From: caro Date: Wed, 23 Feb 2011 20:57:30 +0000 (+0000) Subject: re-add autopoint for gettext stuff X-Git-Tag: 2.0_alpha~194^2~194 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d29024690ec1f01a892d1c190b2455cb7cf35da3;p=framework%2Fuifw%2Fecore.git re-add autopoint for gettext stuff git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@57287 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/autogen.sh b/autogen.sh index 5fe39ff..77515c5 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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