summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2015-11-11 15:08:15 -0500
committerJoe Watkins <krakjoe@php.net>2017-01-27 06:07:40 +0000
commit2fe9208ee3d21f8d25b1b350819cb79432647af1 (patch)
tree154e202c1874357419a0b3ce659cb5f2d9d3724d /buildconf
parent68801c9a308e49c5e801ac894673e68e448b31c4 (diff)
downloadphp-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 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index 9344b074ea..9b3ffe4ac3 100755
--- a/buildconf
+++ b/buildconf
@@ -1,7 +1,7 @@
#!/bin/sh
# $Id$
-eval `grep '^PHP_EXTRA_VERSION=' configure.in`
+eval `grep '^PHP_EXTRA_VERSION=' configure.ac`
case "$PHP_EXTRA_VERSION" in
*-dev)
dev=1