whoops, checked in too much

Original commit message from CVS:
whoops, checked in too much
This commit is contained in:
Benjamin Otte 2004-05-17 00:38:59 +00:00
parent 21b44450ec
commit ef8cf271eb
3 changed files with 2 additions and 4 deletions

View file

@ -1,7 +1,5 @@
2004-05-17 Benjamin Otte <otte@gnome.org> 2004-05-17 Benjamin Otte <otte@gnome.org>
* autogen.sh:
* configure.ac:
* ext/mad/gstid3tag.c: (gst_id3_tag_chain): * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
compute offsets correctly for internal buffers so timestamps are set compute offsets correctly for internal buffers so timestamps are set
correctly when we can't seek. Also handle cases where there are no correctly when we can't seek. Also handle cases where there are no

View file

@ -72,7 +72,7 @@ fi
tool_run "$autopoint --force" tool_run "$autopoint --force"
patch -p0 < common/gettext.patch 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 "$libtoolize" "--copy --force"
tool_run "$autoheader" tool_run "$autoheader"

View file

@ -36,7 +36,7 @@ AM_CONFIG_HEADER(config.h)
dnl Add parameters for aclocal dnl Add parameters for aclocal
dnl (This must come after AM_INIT_AUTOMAKE, since it modifies 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_SUBST(ACLOCAL_AMFLAGS, $ACLOCAL_FLAGS)
AC_PROG_CC AC_PROG_CC