Changeset 5635
- Timestamp:
- Nov 30, 2005, 11:49:10 AM (20 years ago)
- Location:
- trunk/archive/scripts/src/phase2
- Files:
-
- 2 edited
-
autogen.sh (modified) (3 diffs)
-
configure.ac (modified) (1 diff)
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" -
trunk/archive/scripts/src/phase2/configure.ac
r5630 r5635 5 5 6 6 AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2]) 7 AM_CONFIG_HEADER([config.h])7 dnl AM_CONFIG_HEADER([config.h]) 8 8 AM_MAINTAINER_MODE 9 9
Note:
See TracChangeset
for help on using the changeset viewer.
