Changeset 5635 for trunk/archive/scripts/src/phase2/autogen.sh
- Timestamp:
- Nov 30, 2005, 11:49:10 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/archive/scripts/src/phase2/autogen.sh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/scripts/src/phase2/autogen.sh
r5630 r5635 21 21 AUTOCONF=autoconf 22 22 23 ($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 || {24 echo25 echo "You must have $LIBTOOlIZE installed to compile $PROJECT."26 echo "Download the appropriate package for your distribution,"27 echo "or get the source tarball at http://ftp.gnu.org/gnu/libtool/"28 DIE=129 }23 #($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 || { 24 # echo 25 # echo "You must have $LIBTOOlIZE installed to compile $PROJECT." 26 # echo "Download the appropriate package for your distribution," 27 # echo "or get the source tarball at http://ftp.gnu.org/gnu/libtool/" 28 # DIE=1 29 #} 30 30 31 31 ($ACLOCAL --version) < /dev/null > /dev/null 2>&1 || { … … 37 37 } 38 38 39 ($AUTOHEADER --version) < /dev/null > /dev/null 2>&1 || {40 echo41 echo "You must have $AUTOHEADER installed to compile $PROJECT."42 echo "Download the appropriate package for your distribution,"43 echo "or get the source tarball at http://ftp.gnu.org/gnu/autoconf/"44 DIE=145 }39 #($AUTOHEADER --version) < /dev/null > /dev/null 2>&1 || { 40 # echo 41 # echo "You must have $AUTOHEADER installed to compile $PROJECT." 42 # echo "Download the appropriate package for your distribution," 43 # echo "or get the source tarball at http://ftp.gnu.org/gnu/autoconf/" 44 # DIE=1 45 #} 46 46 47 47 ($AUTOMAKE --version) < /dev/null > /dev/null 2>&1 || { … … 75 75 fi 76 76 77 $LIBTOOLIZE --copy --force || echo "$LIBTOOlIZE failed"77 #$LIBTOOLIZE --copy --force || echo "$LIBTOOlIZE failed" 78 78 $ACLOCAL || echo "$ACLOCAL failed" 79 $AUTOHEADER || echo "$AUTOHEADER failed"79 #$AUTOHEADER || echo "$AUTOHEADER failed" 80 80 $AUTOMAKE --add-missing --force-missing --copy || echo "$AUTOMAKE failed" 81 81 $AUTOCONF || echo "$AUTOCONF failed"
Note:
See TracChangeset
for help on using the changeset viewer.
