4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 3c54095 was
189f5c6,
checked in by Perry Lorier <perry@…>, 13 years ago
|
Prefer automake 1.11 if available
|
-
Property mode set to
100755
|
File size:
499 bytes
|
Line | |
---|
1 | #! /bin/sh |
---|
2 | |
---|
3 | set -x |
---|
4 | # Prefer aclocal 1.9 if we can find it |
---|
5 | aclocal-1.11 -I m4 || |
---|
6 | aclocal-1.9 -I m4 || |
---|
7 | aclocal -I m4 |
---|
8 | |
---|
9 | # Darwin bizarrely uses glibtoolize |
---|
10 | libtoolize --force --copy || |
---|
11 | glibtoolize --force --copy |
---|
12 | |
---|
13 | autoheader2.50 || autoheader |
---|
14 | |
---|
15 | # Prefer automake-1.9 if we can find it |
---|
16 | automake-1.11 --add-missing --copy --foreign || |
---|
17 | automake-1.10 --add-missing --copy --foreign || |
---|
18 | automake-1.9 --add-missing --copy --foreign || |
---|
19 | automake --add-missing --copy --foreign |
---|
20 | |
---|
21 | autoconf2.50 || autoconf |
---|
Note: See
TracBrowser
for help on using the repository browser.