From d995685d9c0080f00f8690f747df3c9407da603e Mon Sep 17 00:00:00 2001 From: David Moore Date: Mon, 17 May 2004 00:25:30 +0000 Subject: compute offsets correctly for internal buffers so timestamps are set correctly when we can't seek. Also handle cases ... Original commit message from CVS: * 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 offsets. (based on a patch by David Moore, fixes #142507) --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 8977a618e..529db45ae 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 $ACLOCAL_FLAGS" +tool_run "$aclocal" "-I m4 -I common/m4 -I . $ACLOCAL_FLAGS" tool_run "$libtoolize" "--copy --force" tool_run "$autoheader" -- cgit v1.2.3