From c66bf5df47406fe84ec96d2d17a2d1902589dc7a Mon Sep 17 00:00:00 2001 From: rbdpngn Date: Mon, 13 Sep 2004 05:29:37 +0000 Subject: [PATCH] Use glibtoolize when libtoolize not available. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/eet@11624 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 88ee7f3..9d8816d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -6,7 +6,7 @@ rm -f aclocal.m4 echo "Running aclocal..."; aclocal $ACLOCAL_FLAGS -I m4 \ && echo "Running autoheader..."; autoheader \ && echo "Running autoconf..."; autoconf \ -&& echo "Running libtoolize..."; libtoolize --automake \ +&& echo "Running libtoolize..."; (libtoolize --automake || glibtoolize --automake) \ && echo "Running automake..."; automake --add-missing --copy --gnu ### If you want this, uncomment it. -- 2.7.4