It's waste of time, just revert it all back to how it worked..

--Jani


Rasmus Lerdorf wrote:
rasmus                                   Sun, 29 Nov 2009 03:32:54 +0000

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

Log:
Last attempt to get this stuff right before punting it
and being stuck on 1996 autoconf for eternity

Changed paths:
    U   php/php-src/branches/PHP_5_3/acinclude.m4
    U   php/php-src/branches/PHP_5_3/configure.in

Modified: php/php-src/branches/PHP_5_3/acinclude.m4
===================================================================
--- php/php-src/branches/PHP_5_3/acinclude.m4   2009-11-29 02:34:02 UTC (rev 
291409)
+++ php/php-src/branches/PHP_5_3/acinclude.m4   2009-11-29 03:32:54 UTC (rev 
291410)
@@ -30,7 +30,7 @@
 ])

 AC_DEFUN([PHP_DIVERT],[
-   ifdef('AC_PRESERVE_HELP_ORDER', [], [ divert($1) ] )
+   ifdef([AC_PRESERVE_HELP_ORDER], [], [ divert($1) ] )
 ])

 dnl -------------------------------------------------------------------------

Modified: php/php-src/branches/PHP_5_3/configure.in
===================================================================
--- php/php-src/branches/PHP_5_3/configure.in   2009-11-29 02:34:02 UTC (rev 
291409)
+++ php/php-src/branches/PHP_5_3/configure.in   2009-11-29 03:32:54 UTC (rev 
291410)
@@ -15,7 +15,7 @@
 AC_INIT(README.SVN-RULES)
 dnl For autoconf 2.60+ we use AC_PRESERVE_HELP_ORDER
 dnl instead of 2.13-style diversions
-ifdef('AC_PRESERVE_HELP_ORDER', [AC_PRESERVE_HELP_ORDER], [])
+ifdef([AC_PRESERVE_HELP_ORDER], [AC_PRESERVE_HELP_ORDER], [])

 PHP_CONFIG_NICE(config.nice)





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

Reply via email to