sniper          Sun Feb 23 23:37:04 2003 EDT

  Modified files:              
    /php4       acinclude.m4 
  Log:
  Always use the libtool which is build in the top_builddir.
  
Index: php4/acinclude.m4
diff -u php4/acinclude.m4:1.226 php4/acinclude.m4:1.227
--- php4/acinclude.m4:1.226     Mon Feb 10 12:09:47 2003
+++ php4/acinclude.m4   Sun Feb 23 23:37:04 2003
@@ -1,4 +1,4 @@
-dnl $Id: acinclude.m4,v 1.226 2003/02/10 17:09:47 sniper Exp $
+dnl $Id: acinclude.m4,v 1.227 2003/02/24 04:37:04 sniper Exp $
 dnl
 dnl This file contains local autoconf functions.
 
@@ -1100,7 +1100,11 @@
 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



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to