From a80448d53054829cc28e477395683ed5f9be69bd Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Tue, 2 Aug 2005 21:37:57 +0000 Subject: Move our invocation of autoheader until after automake. There is a dependency there, at least in the Automake-generated makefile that was forcing a re-run after every autogen. We now invoke it right before autoconf. svn path=/trunk/ogg/; revision=9693 --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 82af62b..ee43b01 100755 --- a/autogen.sh +++ b/autogen.sh @@ -103,12 +103,12 @@ echo "Generating configuration files for $package, please wait...." echo " $ACLOCAL $ACLOCAL_FLAGS" $ACLOCAL $ACLOCAL_FLAGS || exit 1 -echo " autoheader" -autoheader || exit 1 echo " $LIBTOOLIZE --automake" $LIBTOOLIZE --automake || exit 1 echo " $AUTOMAKE --add-missing $AUTOMAKE_FLAGS" $AUTOMAKE --add-missing $AUTOMAKE_FLAGS || exit 1 +echo " autoheader" +autoheader || exit 1 echo " autoconf" autoconf || exit 1 -- cgit v1.2.1