Changeset 189f5c6 for bootstrap.sh
- Timestamp:
- 10/15/09 18:45:05 (11 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- eade363
- Parents:
- a8f2692
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootstrap.sh
rd5760c3 r189f5c6 3 3 set -x 4 4 # Prefer aclocal 1.9 if we can find it 5 aclocal-1.9 -I m4 || 5 aclocal-1.11 -I m4 || 6 aclocal-1.9 -I m4 || 6 7 aclocal -I m4 7 8 … … 13 14 14 15 # Prefer automake-1.9 if we can find it 15 automake-1.9 --add-missing --copy --foreign || 16 automake-1.11 --add-missing --copy --foreign || 17 automake-1.10 --add-missing --copy --foreign || 18 automake-1.9 --add-missing --copy --foreign || 16 19 automake --add-missing --copy --foreign 17 20
Note: See TracChangeset
for help on using the changeset viewer.