From 2fe9208ee3d21f8d25b1b350819cb79432647af1 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Wed, 11 Nov 2015 15:08:15 -0500 Subject: 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 --- scripts/phpize.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/phpize.m4') 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) -- cgit v1.2.1