From: foobar Date: Mon, 24 Feb 2003 04:37:15 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.3.2RC1~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c52aed75158a977ce94b306bf3b7a99591471c9;p=php MFH --- diff --git a/acinclude.m4 b/acinclude.m4 index 1c2006d066..98bae7b302 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1107,7 +1107,11 @@ dnl dnl Set libtool variable dnl AC_DEFUN([PHP_SET_LIBTOOL_VARIABLE],[ - LIBTOOL='$(SHELL) libtool $1' + if test -z $LIBTOOL; then + LIBTOOL='$(SHELL) $(top_builddir)/libtool $1' + else + LIBTOOL="$LIBTOOL $1" + fi ]) dnl