diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2009-11-25 01:36:41 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2009-11-25 01:36:41 +0000 |
commit | 58ae9eeb11cc6bf49f6608973ad12820fd90fed3 (patch) | |
tree | f0bf2e1c19583b6967017e9ad2ab42e70c76e830 /scripts | |
parent | 5a2b41a6271be5dc04f3d0f15751b5c074fe29b7 (diff) | |
download | php-git-58ae9eeb11cc6bf49f6608973ad12820fd90fed3.tar.gz |
Missed a few - now it really works with autoconf-2.64+
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/phpize.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/phpize.m4 b/scripts/phpize.m4 index 07e6037fbc..e38acb0ef3 100644 --- a/scripts/phpize.m4 +++ b/scripts/phpize.m4 @@ -1,6 +1,6 @@ dnl This file becomes configure.in for self-contained extensions. -divert(1) +divert(1001) AC_PREREQ(2.13) AC_INIT(config.m4) |