From: Stepan Kasal Date: Mon, 7 May 2007 18:06:06 +0000 (+0200) Subject: build-sys: call automake after autoconf X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a2300248f75608d6d289eb7042e3099e48a2eb9;p=util-linux 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 --- diff --git a/autogen.sh b/autogen.sh index 5ef9e8be..48197c3e 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