Wed Apr 18 20:32:05 2007 Michael Jennings (mej)

Patches from Richard Kolkovich <sarumont@sigil.org> and Christian
Wiese <morfoh@opensde.org>.
----------------------------------------------------------------------


SVN revision: 29589
This commit is contained in:
Michael Jennings 2007-04-19 00:32:46 +00:00
parent 90675d4f4e
commit 01c07e195c
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 -I m4 || exit 1
echo "Running autoheader..." ; autoheader || exit 1
echo "Running autoconf..." ; autoconf || exit 1