diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | ext/odbc/php_odbc_includes.h | 2 | ||||
-rw-r--r-- | win32/build/config.w32.phpize.in | 2 |
3 files changed, 2 insertions, 3 deletions
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"); |