summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMike Smith <msmith@xiph.org>2005-10-10 15:10:17 +0000
committerMike Smith <msmith@xiph.org>2005-10-10 15:10:17 +0000
commit201de36a84d6dd6a842c953f58f630ca188458d4 (patch)
tree15e4bc7d6e9200ad96db8983a1481da0f23ffc71 /autogen.sh
parent17c58b6199c04869ec633a7bf3469dca345afd95 (diff)
downloadogg-201de36a84d6dd6a842c953f58f630ca188458d4.tar.gz
Autoheader must run before automake, to generate config.h.in, which automake
wants. Despite this commit, I am not an autotools hacker. I hates it. git-svn-id: http://svn.xiph.org/trunk/ogg@10146 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index d2314f7..5e9ec76 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -105,10 +105,10 @@ echo " $ACLOCAL $ACLOCAL_FLAGS"
$ACLOCAL $ACLOCAL_FLAGS || 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 " $AUTOMAKE --add-missing $AUTOMAKE_FLAGS"
+$AUTOMAKE --add-missing $AUTOMAKE_FLAGS || exit 1
echo " autoconf"
autoconf || exit 1