autogen: add forgotten autopoint.

SVN revision: 58671
This commit is contained in:
Cedric BAIL 2011-04-14 19:26:15 +00:00
parent 1e2bf17709
commit 72c84ef2f2
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