[xiph-commits] r9693 - trunk/ogg
giles at svn.xiph.org
giles at svn.xiph.org
Tue Aug 2 14:37:57 PDT 2005
Author: giles
Date: 2005-08-02 14:37:57 -0700 (Tue, 02 Aug 2005)
New Revision: 9693
Modified:
trunk/ogg/autogen.sh
Log:
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.
Modified: trunk/ogg/autogen.sh
===================================================================
--- trunk/ogg/autogen.sh 2005-08-02 21:25:10 UTC (rev 9692)
+++ trunk/ogg/autogen.sh 2005-08-02 21:37:57 UTC (rev 9693)
@@ -103,12 +103,12 @@
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
More information about the commits
mailing list