From: cedric Date: Tue, 22 Feb 2011 12:15:54 +0000 (+0000) Subject: ecore: forgot that we do use gettext somewhere in ecore. X-Git-Tag: build/2012-07-04.173327~1291 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1673073422e533f0691e4797187b5177ead12e30;p=profile%2Fivi%2Fecore.git ecore: forgot that we do use gettext somewhere in ecore. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57235 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/autogen.sh b/autogen.sh index 6499736..5fe39ff 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,7 @@ #!/bin/sh touch README +touch ABOUT-NLS echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1 echo "Running autoheader..." ; autoheader || exit 1