Changeset 8337 for trunk/ppStats/autogen.sh
- Timestamp:
- Aug 14, 2006, 4:55:08 PM (20 years ago)
- Location:
- trunk/ppStats
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
autogen.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStats
- Property svn:ignore
-
old new 10 10 install-sh 11 11 missing 12 config.guess 13 config.sub 14 libtool 15 ltmain.sh 16 ppStats.pc
-
- Property svn:ignore
-
trunk/ppStats/autogen.sh
r7902 r8337 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 || { … … 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 79 #$AUTOHEADER || echo "$AUTOHEADER failed"
Note:
See TracChangeset
for help on using the changeset viewer.
