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