summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorStepan Kasal2007-05-07 20:06:06 +0200
committerKarel Zak2007-05-08 00:38:36 +0200
commit5a2300248f75608d6d289eb7042e3099e48a2eb9 (patch)
treea10aca489a651d8374c66fea19ff68e9084dba82 /autogen.sh
parentbuild-sys: remove config.h.in from VCS (diff)
downloadkernel-qcow2-util-linux-5a2300248f75608d6d289eb7042e3099e48a2eb9.tar.gz
kernel-qcow2-util-linux-5a2300248f75608d6d289eb7042e3099e48a2eb9.tar.xz
kernel-qcow2-util-linux-5a2300248f75608d6d289eb7042e3099e48a2eb9.zip
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>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 5ef9e8be2..48197c3eb 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -64,9 +64,9 @@ set -e
autopoint --force
libtoolize --copy --force
aclocal -I m4
-automake --add-missing
autoconf
autoheader
+automake --add-missing
cd $THEDIR