]> err.no Git - util-linux/commitdiff
build-sys: call automake after autoconf
authorStepan Kasal <skasal@redhat.com>
Mon, 7 May 2007 18:06:06 +0000 (20:06 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 7 May 2007 22:38:36 +0000 (00:38 +0200)
"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>
autogen.sh

index 5ef9e8be267649b9e542db3fc0a4f4a2ba303e3b..48197c3eb7c651eea13bb0b42e03ceb3d7146c74 100755 (executable)
@@ -64,9 +64,9 @@ set -e
 autopoint --force
 libtoolize --copy --force
 aclocal -I m4
-automake --add-missing
 autoconf
 autoheader
+automake --add-missing
 
 cd $THEDIR