File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,4 +31,5 @@ unistd.h \
3131limits.h
3232)
3333
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
125125ZEND_EXTRA_LIBS="$LIBS"
126126LIBS=""
127127AC_SUBST ( ZEND_EXTRA_LIBS )
128- AC_OUTPUT (Makefile)
128+ AC_CONFIG_FILES ( [ Makefile] )
129+ AC_OUTPUT
129130
130131# Local Variables:
131132# tab-width: 4
Original file line number Diff line number Diff line change 9494dnl PHP_SUBST_OLD(varname)
9595dnl
9696dnl 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
9898dnl
9999AC_DEFUN ( [ PHP_SUBST_OLD] ,[
100100 PHP_SUBST($1 )
Original file line number Diff line number Diff line change @@ -1567,7 +1567,8 @@ PHP_CHECK_CONFIGURE_OPTIONS
15671567dnl
15681568dnl Generate build files
15691569dnl
1570- AC_OUTPUT ($ALL_OUTPUT_FILES, [ ] , [
1570+ AC_CONFIG_FILES ( [ $ALL_OUTPUT_FILES] )
1571+ AC_CONFIG_COMMANDS ( [ default] ,[ ] ,[
15711572
15721573if test "\$CONFIG_FILES" = "$ALL_OUTPUT_FILES" || test "\$CONFIG_FILES" = " $ALL_OUTPUT_FILES" || test -z "\$CONFIG_FILES"; then
15731574 REDO_ALL=yes
@@ -1698,6 +1699,7 @@ Check '[$]0 --help' for available options
16981699
16991700fi
17001701] )
1702+ AC_OUTPUT
17011703
17021704dnl ## Local Variables:
17031705dnl ## tab-width: 4
Original file line number Diff line number Diff line change @@ -199,4 +199,4 @@ touch .deps
199199
200200AC_CONFIG_HEADERS ( [ config.h] )
201201
202- AC_OUTPUT ()
202+ AC_OUTPUT
You can’t perform that action at this time.
0 commit comments