Changeset 410
- Timestamp:
- Jun 22, 2007 2:09:52 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/0.5/run_autotools
r406 r410 28 28 echo You are not using the correct version of autoconf 29 29 rm -f confauto.out 30 exit 30 exit -2 31 31 fi 32 32 rm -f confauto.out … … 35 35 if test $autoconf_dir = `cd $AUTOTOOLS_DIR/bin; pwd`; then :; else 36 36 echo autoconf is not picked up from the correct location 37 exit 37 exit -2 38 38 fi 39 39 … … 43 43 echo You are not using the correct version of automake 44 44 rm -f confauto.out 45 exit 45 exit -2 46 46 fi 47 47 rm -f confauto.out … … 50 50 if test $autoconf_dir = `cd $AUTOTOOLS_DIR/bin; pwd`; then :; else 51 51 echo automake is not picked up from the correct location 52 exit 52 exit -2 53 53 fi 54 54
Note: See TracChangeset
for help on using the changeset viewer.