]> granicus.if.org Git - php/commitdiff
Remove some old occurrences of configure.in
authorPeter Kokot <peterkokot@gmail.com>
Mon, 28 May 2018 03:09:46 +0000 (05:09 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 4 Jun 2018 15:59:00 +0000 (17:59 +0200)
configure.ac is the recommended file to use instead of the old
configure.in which will be removed in autotools future versions.

.gitignore
ext/odbc/php_odbc_includes.h
win32/build/config.w32.phpize.in

index c89e79a7ce1c6806d8a66917e95dbd62f744b4bb..631548a2606fce73adba09bffacbc275f20fd328 100644 (file)
@@ -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
index 351f1d6fc20453e948508581889a01480643cd45..73ad8458590257dd60a6a48e867ace433b573d8c 100644 (file)
@@ -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 */
 
index b650a3a67e70abb660da2a91bff7fffb2dc82621..749c7fdb4b9da366513b02038e8042c44792bf3b 100644 (file)
@@ -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");