mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
fix aclocal; ignore configure
Original commit message from CVS: fix aclocal; ignore configure
This commit is contained in:
parent
44172d9f61
commit
b9d7a877e9
2 changed files with 16 additions and 3 deletions
15
ChangeLog
15
ChangeLog
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue