build-sys: call automake after autoconf

"automake" calls "autoconf" internally, to trace the expansion of
configure.ac.  So it is more natural to call "autoconf" before
"automake".

Signed-off-by: Stepan Kasal <skasal@redhat.com>
This commit is contained in:
Stepan Kasal 2007-05-07 20:06:06 +02:00 committed by Karel Zak
parent 040dc88f70
commit 5a2300248f
1 changed files with 1 additions and 1 deletions

View File

@ -64,9 +64,9 @@ set -e
autopoint --force
libtoolize --copy --force
aclocal -I m4
automake --add-missing
autoconf
autoheader
automake --add-missing
cd $THEDIR