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

autogen.sh

index 743d752..2d8df88 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/sh
 
+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