diff options
author | Brian Evans <grknight@gentoo.org> | 2015-11-11 15:08:15 -0500 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2017-01-27 06:07:40 +0000 |
commit | 2fe9208ee3d21f8d25b1b350819cb79432647af1 (patch) | |
tree | 154e202c1874357419a0b3ce659cb5f2d9d3724d /scripts/phpize.m4 | |
parent | 68801c9a308e49c5e801ac894673e68e448b31c4 (diff) | |
download | php-git-2fe9208ee3d21f8d25b1b350819cb79432647af1.tar.gz |
Use modern autotools name of configure.ac instead of configure.in
configure.ac was introduced in 2001 with automake-1.15 and autoconf-2.50
to replace the file named configure.in.
Autotools is preparing to remove configure.in in Automake 2.0.
All new software should be using configure.ac.
This also fixes Bug #69770 where extensions are creating configure.in
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'scripts/phpize.m4')
-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 d5f5f476ec..1094e2812c 100644 --- a/scripts/phpize.m4 +++ b/scripts/phpize.m4 @@ -1,4 +1,4 @@ -dnl This file becomes configure.in for self-contained extensions. +dnl This file becomes configure.ac for self-contained extensions. AC_PREREQ(2.59) AC_INIT(config.m4) |