summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorRichard Boulton <richard@tartarus.org>2000-09-15 23:04:31 +0000
committerRichard Boulton <richard@tartarus.org>2000-09-15 23:04:31 +0000
commit968b5acaa15eb27875413e37a65fac2173562d9a (patch)
treedbd340537a24212206ebccdf041a1c06de6726ae /autogen.sh
parent238bbc23c81e6553b15cad11b3b687cdb1669e16 (diff)
Fix on x86 architectures - was just checking for 386, D'oh.
Original commit message from CVS: Fix on x86 architectures - was just checking for 386, D'oh. Fix autogen to run autoheader _before_ autoconf, since it generates a required file (config.h.in, which I just removed from CVS since its an autogenerated one). Also fix messed up variables in gst/Makefile.am
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 1e0e7be7f7..6898683488 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -46,8 +46,8 @@ fi
libtoolize --copy --force
aclocal $ACLOCAL_FLAGS
automake --add-missing
-autoconf
autoheader
+autoconf
if [ "x$1" = "x--autogen-recurse" ];then
exit # the rest will happen later