4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 634089d was
d5c70e3,
checked in by Perry Lorier <perry@…>, 16 years ago
|
Add commented out Wall so we can remember to run this from time to time,
but it's far too verbose (it breaks on the libtrace stuff)
|
-
Property mode set to
100755
|
File size:
349 bytes
|
Line | |
---|
1 | #! /bin/sh |
---|
2 | |
---|
3 | set -x |
---|
4 | # Prefer aclocal 1.9 if we can find it |
---|
5 | aclocal-1.9 -I m4 || |
---|
6 | aclocal -I m4 |
---|
7 | |
---|
8 | # Darwin bizarrely uses glibtoolize |
---|
9 | libtoolize --force --copy || |
---|
10 | glibtoolize --force --copy |
---|
11 | |
---|
12 | autoheader |
---|
13 | |
---|
14 | # Prefer automake-1.9 if we can find it |
---|
15 | automake-1.9 --add-missing --copy --foreign || |
---|
16 | automake --add-missing --copy --foreign |
---|
17 | |
---|
18 | autoconf #-Wall |
---|
Note: See
TracBrowser
for help on using the repository browser.