re-add autopoint for gettext stuff

SVN revision: 57287
This commit is contained in:
Vincent Torri 2011-02-23 20:57:30 +00:00
parent a607a865b1
commit 15cba97f7d
1 changed files with 1 additions and 0 deletions

View File

@ -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