summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorDavid Moore <dcm@acm.org>2004-05-17 00:25:30 +0000
committerBenjamin Otte <otte@gnome.org>2004-05-17 00:25:30 +0000
commit21b44450ec8e3eb7018e10958396c07e3ae2c0a1 (patch)
treec3836da8edd832a3b41af167b8b600f73886c2da /autogen.sh
parenta05c349c9990c324303ef11f28190bbb256f074d (diff)
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)
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 8977a618..529db45a 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"