autogen: add forgotten autopoint.
authorCedric BAIL <cedric.bail@free.fr>
Thu, 14 Apr 2011 19:26:15 +0000 (19:26 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Thu, 14 Apr 2011 19:26:15 +0000 (19:26 +0000)
SVN revision: 58671

autogen.sh

index b7397d4..60fd3f0 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