diff options
author | Richard Boulton <richard@tartarus.org> | 2000-09-15 23:04:31 +0000 |
---|---|---|
committer | Richard Boulton <richard@tartarus.org> | 2000-09-15 23:04:31 +0000 |
commit | 968b5acaa15eb27875413e37a65fac2173562d9a (patch) | |
tree | dbd340537a24212206ebccdf041a1c06de6726ae /.gitignore | |
parent | 238bbc23c81e6553b15cad11b3b687cdb1669e16 (diff) | |
download | gstreamer-968b5acaa15eb27875413e37a65fac2173562d9a.tar.gz |
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 '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 52b9d01eb9..320b264a34 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ aclocal.m4 config.cache config.guess config.h +config.h.in config.log config.status config.sub |