source:
bootstrap.sh
@
e78e408
Last change on this file since e78e408 was 189f5c6, checked in by Perry Lorier <perry@…>, 11 years ago | |
---|---|
|
|
File size: 499 bytes |
Rev | Line | |
---|---|---|
[14e60c60] | 1 | #! /bin/sh |
2 | ||
3 | set -x | |
[32e3f07] | 4 | # Prefer aclocal 1.9 if we can find it |
[189f5c6] | 5 | aclocal-1.11 -I m4 || |
6 | aclocal-1.9 -I m4 || | |
[47de0aa] | 7 | aclocal -I m4 |
[32e3f07] | 8 | |
9 | # Darwin bizarrely uses glibtoolize | |
10 | libtoolize --force --copy || | |
11 | glibtoolize --force --copy | |
12 | ||
[d5760c3] | 13 | autoheader2.50 || autoheader |
[32e3f07] | 14 | |
15 | # Prefer automake-1.9 if we can find it | |
[189f5c6] | 16 | automake-1.11 --add-missing --copy --foreign || |
17 | automake-1.10 --add-missing --copy --foreign || | |
18 | automake-1.9 --add-missing --copy --foreign || | |
[1c124a8] | 19 | automake --add-missing --copy --foreign |
[32e3f07] | 20 | |
[d5760c3] | 21 | autoconf2.50 || autoconf |
Note: See TracBrowser
for help on using the repository browser.