Changeset 944
- Timestamp:
- 08/22/06 00:26:21 (7 years ago)
- File:
-
- 1 edited
-
trunk/bootstrap.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootstrap.sh
r904 r944 2 2 3 3 set -x 4 # Prefer aclocal 1.9 if we can find it 4 5 aclocal-1.9 -I m4 || 5 6 aclocal -I m4 6 libtoolize --force --copy 7 8 # Darwin bizarrely uses glibtoolize 9 libtoolize --force --copy || 10 glibtoolize --force --copy 11 7 12 autoheader 13 14 # Prefer automake-1.9 if we can find it 8 15 automake-1.9 --add-missing --copy --foreign || 9 16 automake --add-missing --copy --foreign 17 10 18 autoconf
Note: See TracChangeset
for help on using the changeset viewer.
