re-add autopoint for gettext stuff
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 23 Feb 2011 20:57:30 +0000 (20:57 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 23 Feb 2011 20:57:30 +0000 (20:57 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@57287 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

autogen.sh

index 5fe39ff..77515c5 100755 (executable)
@@ -3,6 +3,7 @@
 touch README
 touch ABOUT-NLS
 
+echo "Running autopoint..." ; autopoint -f || :
 echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1
 echo "Running autoheader..." ; autoheader || exit 1
 echo "Running autoconf..." ; autoconf || exit 1