From 24f6672b9632dc75aa31a8f40e9f95c6c6df501c 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. SVN revision: 11624 --- legacy/eet/autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/eet/autogen.sh b/legacy/eet/autogen.sh index 88ee7f3a0e..9d8816d85d 100755 --- a/legacy/eet/autogen.sh +++ b/legacy/eet/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.