Changeset 408
- Timestamp:
- Jun 22, 2007 2:08:04 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
releases/0.5.9/run_autotools
r385 r408 10 10 # Author: Andreas Waechter IBM 2006-04-14 11 11 12 # Make sure we bail out if there is an error13 set -e14 12 15 13 ver_autoconf='2.59' … … 28 26 echo You are not using the correct version of autoconf 29 27 rm -f confauto.out 30 exit -228 exit 31 29 fi 32 30 rm -f confauto.out … … 35 33 if test $autoconf_dir = `cd $AUTOTOOLS_DIR/bin; pwd`; then :; else 36 34 echo autoconf is not picked up from the correct location 37 exit -235 exit 38 36 fi 39 37 … … 43 41 echo You are not using the correct version of automake 44 42 rm -f confauto.out 45 exit -243 exit 46 44 fi 47 45 rm -f confauto.out … … 50 48 if test $autoconf_dir = `cd $AUTOTOOLS_DIR/bin; pwd`; then :; else 51 49 echo automake is not picked up from the correct location 52 exit -250 exit 53 51 fi 54 52 … … 111 109 else 112 110 echo Cannot find BuildTools directory. 113 exit -2111 exit 114 112 fi 115 113 … … 144 142 fi 145 143 ) 146 if test $? != 0; then147 exit -1148 fi149 144 done
Note: See TracChangeset
for help on using the changeset viewer.