]> granicus.if.org Git - php/commitdiff
- Revert previous change in build/libtool.m4 and make sure
authorfoobar <sniper@php.net>
Thu, 2 Jun 2005 21:36:38 +0000 (21:36 +0000)
committerfoobar <sniper@php.net>
Thu, 2 Jun 2005 21:36:38 +0000 (21:36 +0000)
  the PATH_SEPARATOR check is only done under autoconf 2.13.
# fixes also the php-gtk buildconf probs

acinclude.m4
build/libtool.m4

index 242e866fb9366230f5d34714d2c0d5df3c82c229..a4bf00ebd6c078541253c4a01a6aacdf1cb1cac8 100644 (file)
@@ -2413,7 +2413,6 @@ dnl
 dnl Generates the config.nice file
 dnl
 AC_DEFUN([PHP_CONFIG_NICE],[
-  AC_REQUIRE([LT_AC_PATH_SEPARATOR])
   AC_REQUIRE([AC_PROG_EGREP])
   AC_REQUIRE([LT_AC_PROG_SED])
   PHP_SUBST(EGREP)
index fb8473456fd5bff011f673216b56c9bf6918ecfa..413ac9bdd04e7d58d9669a504d9ad3ccd821d46a 100644 (file)
@@ -9,12 +9,12 @@
 
 # serial 47 AC_PROG_LIBTOOL
 
-
+ifdef([AC_ACVERSION],[
+# autoconf 2.13 compatibility
 # Set PATH_SEPARATOR variable
 # ---------------------------------
 # Find the correct PATH separator.  Usually this is :', but
 # DJGPP uses ;' like DOS.
-AC_DEFUN([LT_AC_PATH_SEPARATOR], [
 if test "X${PATH_SEPARATOR+set}" != Xset; then
   UNAME=${UNAME-`uname 2>/dev/null`}
   case X$UNAME in
@@ -23,8 +23,7 @@ if test "X${PATH_SEPARATOR+set}" != Xset; then
   esac
   PATH_SEPARATOR=$lt_cv_sys_path_separator
 fi
-]) # LT_AC_PATH_SEPARATOR
-
+])
 
 # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
 # -----------------------------------------------------------
@@ -96,7 +95,6 @@ define([AC_PROG_LIBTOOL], [])
 # ----------------
 AC_DEFUN([AC_LIBTOOL_SETUP],
 [AC_PREREQ(2.13)dnl
-AC_REQUIRE([LT_AC_PATH_SEPARATOR])dnl
 AC_REQUIRE([AC_ENABLE_SHARED])dnl
 AC_REQUIRE([AC_ENABLE_STATIC])dnl
 AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl