make libtoolize run like the other tools

Original commit message from CVS:
make libtoolize run like the other tools
This commit is contained in:
David I. Lehn 2002-01-12 01:24:32 +00:00
parent 344cb7291c
commit 48d88402a0

View file

@ -151,7 +151,11 @@ 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
#libtoolize --copy --force || {
# echo
# echo "libtoolize failed"
# exit 1
#}
echo "+ running autoheader ... "
autoheader || {