make libtoolize run like the other tools
authorDavid I. Lehn <dlehn@users.sourceforge.net>
Sat, 12 Jan 2002 01:24:32 +0000 (01:24 +0000)
committerDavid I. Lehn <dlehn@users.sourceforge.net>
Sat, 12 Jan 2002 01:24:32 +0000 (01:24 +0000)
Original commit message from CVS:
make libtoolize run like the other tools

autogen.sh

index 6a86151..8b90c51 100755 (executable)
@@ -150,8 +150,12 @@ aclocal $ACLOCAL_FLAGS || {
 
 # FIXME : why does libtoolize keep complaining about aclocal ?
 echo "+ not running libtoolize until libtool fix has flown downstream"
-# echo "+ running libtoolize ..."
-# libtoolize --copy --force
+#echo "+ running libtoolize ..."
+#libtoolize --copy --force || {
+#      echo
+#      echo "libtoolize failed"
+#      exit 1
+#}
 
 echo "+ running autoheader ... "
 autoheader || {