ecore: forgot that we do use gettext somewhere in ecore.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 22 Feb 2011 12:15:54 +0000 (12:15 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 22 Feb 2011 12:15:54 +0000 (12:15 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57235 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

autogen.sh

index 6499736..5fe39ff 100755 (executable)
@@ -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