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: 2.0_alpha~194^2~197 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=62a290f33c4e3f2e2a52d9a2be4cb5f82da7a0d4;p=framework%2Fuifw%2Fecore.git ecore: forgot that we do use gettext somewhere in ecore. git-svn-id: svn+ssh://svn.enlightenment.org/var/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