4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivendag_formatrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 78fe0d2 was
78fe0d2,
checked in by Shane Alcock <salcock@…>, 4 years ago
|
Add Brad's Debian packaging to repo
|
-
Property mode set to
100755
|
File size:
683 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | # |
---|
3 | # debian autogen.sh glue for libtrace4 |
---|
4 | # |
---|
5 | set -e |
---|
6 | |
---|
7 | # Refresh GNU autotools toolchain. |
---|
8 | echo Cleaning autotools files... |
---|
9 | find -type d -name autom4te.cache -print0 | xargs -0 rm -rf \; |
---|
10 | find -type f \( -name missing -o -name install-sh -o -name mkinstalldirs \ |
---|
11 | -o -name depcomp -o -name ltmain.sh -o -name configure \ |
---|
12 | -o -name config.sub -o -name config.guess \ |
---|
13 | -o -name Makefile.in \) -print0 | xargs -0 rm -f |
---|
14 | |
---|
15 | echo Running autoreconf... |
---|
16 | mkdir m4 |
---|
17 | autoreconf --force --install |
---|
18 | |
---|
19 | # For the Debian package build |
---|
20 | test -d debian && { |
---|
21 | # link these in Debian builds |
---|
22 | rm -f config.sub config.guess |
---|
23 | ln -s /usr/share/misc/config.sub . |
---|
24 | ln -s /usr/share/misc/config.guess . |
---|
25 | } |
---|
26 | exit 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.