From 48d88402a0f3ba6445ee5c5faa8044ee367003b5 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Sat, 12 Jan 2002 01:24:32 +0000 Subject: [PATCH] make libtoolize run like the other tools Original commit message from CVS: make libtoolize run like the other tools --- autogen.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 6a8615138a..8b90c51f08 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 || {