re-add autopoint for gettext stuff

SVN revision: 57285
This commit is contained in:
Vincent Torri 2011-02-23 20:40:28 +00:00
parent d60c6a85da
commit fee3ef8823
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/bin/sh
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