diff options
author | David Schleef <ds@schleef.org> | 2003-08-17 23:35:38 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-08-17 23:35:38 +0000 |
commit | 4c4fb138ffe31e90710a887174df1968d59081c8 (patch) | |
tree | 5e9e37ff7ac476d73f582086d9cf249d909acb62 | |
parent | 031df7c737eb6e100a2653cd0640c4d66fae2dfe (diff) | |
download | gst-plugins-bad-4c4fb138ffe31e90710a887174df1968d59081c8.tar.gz gst-plugins-bad-4c4fb138ffe31e90710a887174df1968d59081c8.tar.bz2 gst-plugins-bad-4c4fb138ffe31e90710a887174df1968d59081c8.zip |
Handle libtoolize with alternate names
Original commit message from CVS:
Handle libtoolize with alternate names
-rwxr-xr-x | autogen.sh | 4 | ||||
m--------- | common | 0 |
2 files changed, 2 insertions, 2 deletions
@@ -35,7 +35,7 @@ version_check "autoconf" "$AUTOCONF autoconf autoconf-2.54 autoconf-2.53 autocon "ftp://ftp.gnu.org/pub/gnu/autoconf/" 2 52 || DIE=1 version_check "automake" "$AUTOMAKE automake automake-1.7 automake-1.6 automake-1.5" \ "ftp://ftp.gnu.org/pub/gnu/automake/" 1 5 || DIE=1 -version_check "libtool" "" \ +version_check "libtoolize" "libtoolize libtoolize14" \ "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 @@ -60,7 +60,7 @@ fi toplevel_check $srcfile tool_run "$aclocal" "-I m4 -I common/m4 $ACLOCAL_FLAGS" -tool_run "libtoolize" "--copy --force" +tool_run "$libtoolize" "--copy --force" tool_run "$autoheader" # touch the stamp-h.in build stamp so we don't re-run autoheader in maintainer mode -- wingo diff --git a/common b/common -Subproject 6757dae2885c2c09ad6db243c73946ef387bb04 +Subproject b4a839c99c0bf2d4903824426ef3cc0d4b0ad99 |