summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-06-02 21:36:38 +0000
committerfoobar <sniper@php.net>2005-06-02 21:36:38 +0000
commit2fa74dab0ecd451a5c96c1527bf04a08ab1c852f (patch)
treeebd84dd7f96ee97a75348753b54e48ff3adcb6b2 /build
parentcb5a9f534a9f1e95bdfaf5beaccedce1ed6fe7cf (diff)
downloadphp-git-2fa74dab0ecd451a5c96c1527bf04a08ab1c852f.tar.gz
- Revert previous change in build/libtool.m4 and make sure
the PATH_SEPARATOR check is only done under autoconf 2.13. # fixes also the php-gtk buildconf probs
Diffstat (limited to 'build')
-rw-r--r--build/libtool.m48
1 files changed, 3 insertions, 5 deletions
diff --git a/build/libtool.m4 b/build/libtool.m4
index fb8473456f..413ac9bdd0 100644
--- a/build/libtool.m4
+++ b/build/libtool.m4
@@ -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