derick Mon, 28 Dec 2009 01:01:22 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=3163
Log:
- Fixed for newer autoconfs.
Changed paths:
U xdebug/trunk/debugclient/build/buildcheck.sh
U xdebug/trunk/debugclient/configure.in
Modified: xdebug/trunk/debugclient/build/buildcheck.sh
===================================================================
--- xdebug/trunk/debugclient/build/buildcheck.sh 2009-12-13 21:47:10 UTC (rev 3162)
+++ xdebug/trunk/debugclient/build/buildcheck.sh 2009-12-28 01:01:22 UTC (rev 3163)
@@ -42,13 +42,13 @@
fi
-if test "$1" = "2" && test "$2" -ge "50"; then
- echo "buildconf: Your version of autoconf likely contains buggy cache code."
- echo " Running cvsclean for you."
- echo " To avoid this, install autoconf-2.13 and automake-1.5."
- ./cvsclean
- stamp=
-fi
+#if test "$1" = "2" && test "$2" -ge "50"; then
+# echo "buildconf: Your version of autoconf likely contains buggy cache code."
+# echo " Running cvsclean for you."
+# echo " To avoid this, install autoconf-2.13 and automake-1.5."
+# ./cvsclean
+# stamp=
+#fi
# automake 1.4 or newer
Modified: xdebug/trunk/debugclient/configure.in
===================================================================
--- xdebug/trunk/debugclient/configure.in 2009-12-13 21:47:10 UTC (rev 3162)
+++ xdebug/trunk/debugclient/configure.in 2009-12-28 01:01:22 UTC (rev 3163)
@@ -3,12 +3,13 @@
dnl Process this file with autoconf to produce a configure script.
dnl
-divert(1)
+dnl divert(1)
dnl
dnl Start
dnl
AC_INIT([main.c])
+AC_PREREQ(2.60)
AC_PREFIX_DEFAULT([/usr/local])
AM_INIT_AUTOMAKE(debugclient, $VERSION)
@@ -19,7 +20,7 @@
# This is needed if SUBDIRS is set
AC_PROG_MAKE_SET
-divert(2)
+dnl divert(2)
dnl
dnl Checks for working compiler and other programs needed.
dnl
Received on Mon Dec 28 2009 - 01:01:22 GMT
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST