Add autopoint for Photo module

SVN revision: 29295
This commit is contained in:
kiwi 2007-03-31 23:53:29 +00:00 committed by kiwi
parent 49ea4b0365
commit 9ae258fa09
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ rm -Rf aclocal.m4 autom4te.cache/ ltmain.sh config.log config.status config.cac
src/Makefile src/Makefile.in \
src/module/Makefile src/module/Makefile.in
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