fix aclocal; ignore configure

Original commit message from CVS:
fix aclocal; ignore configure
This commit is contained in:
Thomas Vander Stichele 2004-03-15 12:41:17 +00:00
parent 44172d9f61
commit b9d7a877e9
2 changed files with 16 additions and 3 deletions

View file

@ -1,3 +1,18 @@
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:

View 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