diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-04-18 21:57:05 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-04-18 21:57:05 +0000 |
commit | 6d7ff825697d8f26c1ff12076a0669107f6e159a (patch) | |
tree | 894a847459d41ed397c5eedadb3419f700dd4cc1 | |
parent | b40069a51296860a428cd1a9ef51bcbcf522f1ba (diff) | |
download | gst-plugins-bad-6d7ff825697d8f26c1ff12076a0669107f6e159a.tar.gz gst-plugins-bad-6d7ff825697d8f26c1ff12076a0669107f6e159a.tar.bz2 gst-plugins-bad-6d7ff825697d8f26c1ff12076a0669107f6e159a.zip |
same fix for plugins
Original commit message from CVS:
same fix for plugins
-rwxr-xr-x | autogen.sh | 3 | ||||
m--------- | common | 0 |
2 files changed, 2 insertions, 1 deletions
@@ -32,6 +32,7 @@ version_check "libtool" "" "ftp://ftp.gnu.org/pub/gnu/libtool/" 1 4 0 || DIE=1 version_check "pkg-config" "" "http://www.freedesktop.org/software/pkgconfig" 0 8 0 || DIE=1 autoconf_2.52d_check || DIE=1 +aclocal_check || DIE=1 CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-plugin-builddir --enable-debug --enable-DEBUG' # if no arguments specified then this will be printed @@ -45,7 +46,7 @@ fi toplevel_check $srcfile -tool_run "aclocal" "-I m4 -I common/m4 $ACLOCAL_FLAGS" +tool_run "$aclocal" "-I m4 -I common/m4 $ACLOCAL_FLAGS" # FIXME : why does libtoolize keep complaining about aclocal ? diff --git a/common b/common -Subproject ae138c8944d9ac7cb076a914afc5ce71c3114e3 +Subproject 745e216da016ee67bb498de56969c266ffa29d8 |