From: Peter Kokot Date: Mon, 28 May 2018 03:09:46 +0000 (+0200) Subject: Remove some old occurrences of configure.in X-Git-Tag: php-7.3.0alpha1~3^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24e1ae0e9003744a98ea4a5a5af036872e87099a;p=php Remove some old occurrences of configure.in configure.ac is the recommended file to use instead of the old configure.in which will be removed in autotools future versions. --- diff --git a/.gitignore b/.gitignore index c89e79a7ce..631548a260 100644 --- a/.gitignore +++ b/.gitignore @@ -137,7 +137,6 @@ Zend/zend_language_parser.h Zend/zend_language_parser.output # Extension specific ignores -ext/*/configure.in ext/*/configure.ac ext/*/ltmain.sh ext/*/libs.mk diff --git a/ext/odbc/php_odbc_includes.h b/ext/odbc/php_odbc_includes.h index 351f1d6fc2..73ad845859 100644 --- a/ext/odbc/php_odbc_includes.h +++ b/ext/odbc/php_odbc_includes.h @@ -25,7 +25,7 @@ #if HAVE_UODBC -/* checking in the same order as in configure.in */ +/* checking in the same order as in configure.ac */ #if defined(HAVE_SOLID) || defined(HAVE_SOLID_30) || defined(HAVE_SOLID_35) /* Solid Server */ diff --git a/win32/build/config.w32.phpize.in b/win32/build/config.w32.phpize.in index b650a3a67e..749c7fdb4b 100644 --- a/win32/build/config.w32.phpize.in +++ b/win32/build/config.w32.phpize.in @@ -1,6 +1,6 @@ // vim:ft=javascript // $Id: config.w32 306241 2010-12-11 22:18:10Z pajoye $ -// "Master" config file; think of it as a configure.in +// "Master" config file; think of it as a configure.ac // equivalent. ARG_WITH("verbosity", "Output verbosity, 0-2.", "1");