diff options
author | David Schleef <ds@schleef.org> | 2003-08-30 06:52:00 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-08-30 06:52:00 +0000 |
commit | 0ae1b3814d4f0e4b67ea5ac4c06763c2d51ba3c5 (patch) | |
tree | 44f3d179cb65fe8f54a211b6beef866755d2a40c | |
parent | 2c955798800f9ff13cb2adc06e9946540a5adb93 (diff) | |
download | gst-plugins-bad-0ae1b3814d4f0e4b67ea5ac4c06763c2d51ba3c5.tar.gz gst-plugins-bad-0ae1b3814d4f0e4b67ea5ac4c06763c2d51ba3c5.tar.bz2 gst-plugins-bad-0ae1b3814d4f0e4b67ea5ac4c06763c2d51ba3c5.zip |
handle libtoolize14 or $LIBTOOLIZE as possible names for libtoolize
Original commit message from CVS:
handle libtoolize14 or $LIBTOOLIZE as possible names for libtoolize
-rwxr-xr-x | autogen.sh | 4 |
1 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 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 |