johannes                Mon, 20 Jul 2009 14:34:09 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=284438

Changed paths:
        U   php/php-src/branches/PHP_5_2/configure.in
        U   php/php-src/branches/PHP_5_3/configure.in
        U   php/php-src/trunk/configure.in

Log:
CVS->SVN

Modified: php/php-src/branches/PHP_5_2/configure.in
===================================================================
--- php/php-src/branches/PHP_5_2/configure.in   2009-07-20 13:19:35 UTC (rev 
284437)
+++ php/php-src/branches/PHP_5_2/configure.in   2009-07-20 14:34:09 UTC (rev 
284438)
@@ -171,7 +171,7 @@
 case $php_cv_bison_version in
   ""|invalid[)]
     if ! test -f "$abs_srcdir/Zend/zend_language_parser.h" || ! test -f 
"$abs_srcdir/Zend/zend_language_parser.c" ; then
-      AC_MSG_ERROR([bison is required to build PHP/Zend when building a CVS 
checkout!])
+      AC_MSG_ERROR([bison is required to build PHP/Zend when building a SVN 
checkout!])
     fi
     ;;
 esac

Modified: php/php-src/branches/PHP_5_3/configure.in
===================================================================
--- php/php-src/branches/PHP_5_3/configure.in   2009-07-20 13:19:35 UTC (rev 
284437)
+++ php/php-src/branches/PHP_5_3/configure.in   2009-07-20 14:34:09 UTC (rev 
284438)
@@ -170,7 +170,7 @@
 case $php_cv_bison_version in
   ""|invalid[)]
     if ! test -f "$abs_srcdir/Zend/zend_language_parser.h" || ! test -f 
"$abs_srcdir/Zend/zend_language_parser.c" ; then
-      AC_MSG_ERROR([bison is required to build PHP/Zend when building a CVS 
checkout!])
+      AC_MSG_ERROR([bison is required to build PHP/Zend when building a SVN 
checkout!])
     fi
     ;;
 esac

Modified: php/php-src/trunk/configure.in
===================================================================
--- php/php-src/trunk/configure.in      2009-07-20 13:19:35 UTC (rev 284437)
+++ php/php-src/trunk/configure.in      2009-07-20 14:34:09 UTC (rev 284438)
@@ -170,7 +170,7 @@
 case $php_cv_bison_version in
   ""|invalid[)]
     if ! test -f "$abs_srcdir/Zend/zend_language_parser.h" || ! test -f 
"$abs_srcdir/Zend/zend_language_parser.c" ; then
-      AC_MSG_ERROR([bison is required to build PHP/Zend when building a CVS 
checkout!])
+      AC_MSG_ERROR([bison is required to build PHP/Zend when building a SVN 
checkout!])
     fi
     ;;
 esac

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

Reply via email to