File tree 5 files changed +9
-5
lines changed
5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -31,4 +31,5 @@ unistd.h \
31
31
limits.h
32
32
)
33
33
34
- AC_OUTPUT (Makefile)
34
+ AC_CONFIG_FILES ( [ Makefile] )
35
+ AC_OUTPUT
Original file line number Diff line number Diff line change @@ -125,7 +125,8 @@ LIBZEND_OTHER_CHECKS
125
125
ZEND_EXTRA_LIBS="$LIBS"
126
126
LIBS=""
127
127
AC_SUBST ( ZEND_EXTRA_LIBS )
128
- AC_OUTPUT (Makefile)
128
+ AC_CONFIG_FILES ( [ Makefile] )
129
+ AC_OUTPUT
129
130
130
131
# Local Variables:
131
132
# tab-width: 4
Original file line number Diff line number Diff line change 94
94
dnl PHP_SUBST_OLD(varname)
95
95
dnl
96
96
dnl Same as PHP_SUBST() but also substitutes all @VARNAME@
97
- dnl instances in every file passed to AC_OUTPUT()
97
+ dnl instances in every file passed to AC_OUTPUT
98
98
dnl
99
99
AC_DEFUN ( [ PHP_SUBST_OLD] ,[
100
100
PHP_SUBST($1 )
Original file line number Diff line number Diff line change @@ -1567,7 +1567,8 @@ PHP_CHECK_CONFIGURE_OPTIONS
1567
1567
dnl
1568
1568
dnl Generate build files
1569
1569
dnl
1570
- AC_OUTPUT ($ALL_OUTPUT_FILES, [ ] , [
1570
+ AC_CONFIG_FILES ( [ $ALL_OUTPUT_FILES] )
1571
+ AC_CONFIG_COMMANDS ( [ default] ,[ ] ,[
1571
1572
1572
1573
if test "\$CONFIG_FILES" = "$ALL_OUTPUT_FILES" || test "\$CONFIG_FILES" = " $ALL_OUTPUT_FILES" || test -z "\$CONFIG_FILES"; then
1573
1574
REDO_ALL=yes
@@ -1698,6 +1699,7 @@ Check '[$]0 --help' for available options
1698
1699
1699
1700
fi
1700
1701
] )
1702
+ AC_OUTPUT
1701
1703
1702
1704
dnl ## Local Variables:
1703
1705
dnl ## tab-width: 4
Original file line number Diff line number Diff line change @@ -199,4 +199,4 @@ touch .deps
199
199
200
200
AC_CONFIG_HEADERS ( [ config.h] )
201
201
202
- AC_OUTPUT ()
202
+ AC_OUTPUT
You can’t perform that action at this time.
0 commit comments