From: Gwynne Raskind Date: Wed, 2 Dec 2009 17:42:58 +0000 (+0000) Subject: One change in trying to update Autoconf was missed. This makes phpize work again. X-Git-Tag: php-5.3.2RC1~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea03ad31b72fed5e417b83c0f1c6c831a29d4ba2;p=php One change in trying to update Autoconf was missed. This makes phpize work again. --- diff --git a/scripts/phpize.m4 b/scripts/phpize.m4 index e38acb0ef3..07e6037fbc 100644 --- a/scripts/phpize.m4 +++ b/scripts/phpize.m4 @@ -1,6 +1,6 @@ dnl This file becomes configure.in for self-contained extensions. -divert(1001) +divert(1) AC_PREREQ(2.13) AC_INIT(config.m4)