Make OS X happy (suggested by RbdPngn).

SVN revision: 12048
This commit is contained in:
Kim Woelders 2004-10-28 18:44:27 +00:00
parent 4856673c15
commit cc6247610e
1 changed files with 2 additions and 2 deletions

View File

@ -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"