From: Cedric BAIL Date: Thu, 14 Apr 2011 19:26:15 +0000 (+0000) Subject: autogen: add forgotten autopoint. X-Git-Tag: submit/devel/efl/20131022.203902~9904 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=71226e8f2294bfd582940fba7d85bc177d7b60b9;p=platform%2Fupstream%2Fefl.git autogen: add forgotten autopoint. SVN revision: 58671 --- diff --git a/legacy/ecore/autogen.sh b/legacy/ecore/autogen.sh index b7397d4..60fd3f0 100755 --- a/legacy/ecore/autogen.sh +++ b/legacy/ecore/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