Skip to content

Commit 24e1ae0

Browse files
petkcmb69
authored andcommitted
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.
1 parent cf6b24c commit 24e1ae0

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ Zend/zend_language_parser.h
137137
Zend/zend_language_parser.output
138138

139139
# Extension specific ignores
140-
ext/*/configure.in
141140
ext/*/configure.ac
142141
ext/*/ltmain.sh
143142
ext/*/libs.mk

ext/odbc/php_odbc_includes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
#if HAVE_UODBC
2727

28-
/* checking in the same order as in configure.in */
28+
/* checking in the same order as in configure.ac */
2929

3030
#if defined(HAVE_SOLID) || defined(HAVE_SOLID_30) || defined(HAVE_SOLID_35) /* Solid Server */
3131

win32/build/config.w32.phpize.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// vim:ft=javascript
22
// $Id: config.w32 306241 2010-12-11 22:18:10Z pajoye $
3-
// "Master" config file; think of it as a configure.in
3+
// "Master" config file; think of it as a configure.ac
44
// equivalent.
55

66
ARG_WITH("verbosity", "Output verbosity, 0-2.", "1");

0 commit comments

Comments
 (0)