From: David I. Lehn Date: Sat, 12 Jan 2002 01:24:32 +0000 (+0000) Subject: make libtoolize run like the other tools X-Git-Tag: DEBIAN-0_3_1-1~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48d88402a0f3ba6445ee5c5faa8044ee367003b5;p=platform%2Fupstream%2Fgstreamer.git make libtoolize run like the other tools Original commit message from CVS: make libtoolize run like the other tools --- diff --git a/autogen.sh b/autogen.sh index 6a86151..8b90c51 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 || {