4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since d469c8a was
d5760c3,
checked in by Perry Lorier <perry@…>, 15 years ago
|
Merge support for woody into bootstrap.sh
|
-
Property mode set to
100755
|
File size:
377 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 | autoheader2.50 || 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 | autoconf2.50 || autoconf |
---|
Note: See
TracBrowser
for help on using the repository browser.