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 6a8615138a1cbf12e017af38b1ddf44bb844ad90..8b90c51f08d03cf5128581e12db92ee58209ca4c 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 || {