From ea03ad31b72fed5e417b83c0f1c6c831a29d4ba2 Mon Sep 17 00:00:00 2001 From: Gwynne Raskind Date: Wed, 2 Dec 2009 17:42:58 +0000 Subject: [PATCH] One change in trying to update Autoconf was missed. This makes phpize work again. --- scripts/phpize.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.40.0