From cc6247610e97fe83404d7998d99e36d31e453cf3 Mon Sep 17 00:00:00 2001 From: Kim Woelders Date: Thu, 28 Oct 2004 18:44:27 +0000 Subject: [PATCH] Make OS X happy (suggested by RbdPngn). SVN revision: 12048 --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index e88af4e0..513cfcaa 100755 --- a/autogen.sh +++ b/autogen.sh @@ -49,8 +49,8 @@ echo "Generating configuration files for Enlightenment, please wait...." echo " setup-gettext.sh" grep 'AM_GNU_GETTEXT_VERSION' configure.in >/dev/null 2>&1 || sh ./setup-gettext.sh --install sh ./setup-gettext.sh -echo " aclocal $ACLOCAL_FLAGS" -aclocal $ACLOCAL_FLAGS +echo " aclocal -I m4 $ACLOCAL_FLAGS" +aclocal -I m4 $ACLOCAL_FLAGS echo " autoheader" autoheader echo " automake --add-missing"