From d276d2250c779f29b67da7a786aeae11cc66e8c6 Mon Sep 17 00:00:00 2001 From: cedric Date: Fri, 1 Aug 2008 12:33:44 +0000 Subject: [PATCH] Use m4 directory. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/proto/eina@35292 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 7aeabb6..5bbd4d9 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,7 +3,7 @@ rm -rf autom4te.cache rm -f aclocal.m4 ltmain.sh -echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS || exit 1 +echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1 echo "Running autoheader..." ; autoheader || exit 1 echo "Running autoconf..." ; autoconf || exit 1 echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1 -- 2.7.4