Add autopoint for mail module.

SVN revision: 29291
This commit is contained in:
Christopher Michael 2007-03-31 22:14:18 +00:00
parent 8bba823c23
commit 6b568de106
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ rm -f aclocal.m4 ltmain.sh
touch README
echo "Running autopoint..." ; autopoint -f || :
echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS || exit 1
echo "Running autoheader..." ; autoheader || exit 1
echo "Running autoconf..." ; autoconf || exit 1