- Timestamp:
- Jun 21, 2007 11:51:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
releases/0.5.9/run_autotools
r383 r385 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 … … 111 111 else 112 112 echo Cannot find BuildTools directory. 113 exit 113 exit -2 114 114 fi 115 115 … … 144 144 fi 145 145 ) 146 if test $? != 0; then 147 exit -1 148 fi 146 149 done
Note: See TracChangeset
for help on using the changeset viewer.