From: Benjamin Otte Date: Mon, 17 May 2004 00:38:59 +0000 (+0000) Subject: whoops, checked in too much X-Git-Tag: BRANCH-GSTREAMER-0_8-ROOT~1068 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27a875e4b03d7ba05f184018e5a2a6c2ec65c35f;p=platform%2Fupstream%2Fgst-plugins-good.git whoops, checked in too much Original commit message from CVS: whoops, checked in too much --- diff --git a/ChangeLog b/ChangeLog index 576bd03..2127db8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,5 @@ 2004-05-17 Benjamin Otte - * autogen.sh: - * configure.ac: * ext/mad/gstid3tag.c: (gst_id3_tag_chain): compute offsets correctly for internal buffers so timestamps are set correctly when we can't seek. Also handle cases where there are no diff --git a/autogen.sh b/autogen.sh index 529db45..8977a61 100755 --- a/autogen.sh +++ b/autogen.sh @@ -72,7 +72,7 @@ fi tool_run "$autopoint --force" patch -p0 < common/gettext.patch -tool_run "$aclocal" "-I m4 -I common/m4 -I . $ACLOCAL_FLAGS" +tool_run "$aclocal" "-I m4 -I common/m4 $ACLOCAL_FLAGS" tool_run "$libtoolize" "--copy --force" tool_run "$autoheader" diff --git a/configure.ac b/configure.ac index 24a69e9..fb968f2 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ 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 -I ." +ACLOCAL_FLAGS="-I m4 -I common/m4" AC_SUBST(ACLOCAL_AMFLAGS, $ACLOCAL_FLAGS) AC_PROG_CC