From c28f59a1d50c1158dc3dfa2bb4ce08fd1b001d88 Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 5 Jun 2005 12:58:59 +0000 Subject: - Proper fix for phpize when dealing with PECL --- scripts/phpize.m4 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/phpize.m4') diff --git a/scripts/phpize.m4 b/scripts/phpize.m4 index 916004cea4..fd3caa0c26 100644 --- a/scripts/phpize.m4 +++ b/scripts/phpize.m4 @@ -1,5 +1,8 @@ dnl This file becomes configure.in for self-contained extensions. +divert(1) + +AC_PREREQ(2.13) AC_INIT(config.m4) PHP_CONFIG_NICE(config.nice) -- cgit v1.2.1