fix aclocal; ignore configure
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 15 Mar 2004 12:41:17 +0000 (12:41 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 15 Mar 2004 12:41:17 +0000 (12:41 +0000)
Original commit message from CVS:
fix aclocal; ignore configure

ChangeLog
configure.ac

index e346428..a623bf6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
 
+       * configure.ac:
+          don't set ACLOCAL_FLAGS !
+       * gst-libs/ext/ffmpeg/.cvsignore:
+       * gst-libs/ext/ffmpeg/patches/cvsignore.patch:
+          trying to add configure to be ignored
+
+2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       reviewed by: <delete if not using a buddy>
+
+       * gst-libs/ext/ffmpeg/.cvsignore:
+       * gst-libs/ext/ffmpeg/patches/cvsignore.patch:
+
+2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
+
        * gst-libs/ext/ffmpeg/m4/vorbis.m4:
        * gst-libs/ext/ffmpeg/patches/autotools.patch:
           adding vorbis.m4
index 84172ab..c4279b8 100644 (file)
@@ -39,9 +39,7 @@ AC_CONFIG_SRCDIR(configure.ac)
 AM_CONFIG_HEADER(config.h)
 
 dnl Add parameters for aclocal
-dnl (This must come after AM_INIT_AUTOMAKE, since it modifies ACLOCAL)
-ACLOCAL_FLAGS="-I m4 -I common/m4"
-AC_SUBST(ACLOCAL_AMFLAGS, $ACLOCAL_FLAGS)
+AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4 $ACLOCAL_FLAGS")
 
 AC_PROG_CC
 AM_PROG_CC_STDC