Changeset 40 for ttyvaders/trunk/bootstrap
- Timestamp:
- Dec 22, 2002, 8:08:35 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ttyvaders/trunk/bootstrap
r18 r40 2 2 set -x 3 3 4 rm -f aclocal.m4 configure config.guess config.log config.sub ltmain.sh libtool ltconfig missing mkinstalldirs depcomp install-sh 4 rm -f aclocal.m4 configure libtool ltconfig ltmain.sh config.log 5 rm -f autotools/compile autotools/config.guess autotools/config.sub autotools/missing autotools/mkinstalldirs autotools/depcomp autotools/install-sh 5 6 6 7 # Check for automake … … 38 39 fi 39 40 40 aclocal${amvers} || exit 141 aclocal${amvers} -I autotools || exit 1 41 42 autoheader || exit 1 42 43 automake${amvers} --add-missing --copy || exit 1
Note: See TracChangeset
for help on using the changeset viewer.