From 5a2300248f75608d6d289eb7042e3099e48a2eb9 Mon Sep 17 00:00:00 2001 From: Stepan Kasal Date: Mon, 7 May 2007 20:06:06 +0200 Subject: 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 --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') 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 -- cgit v1.2.3-55-g7522