From: Stig Bakken Date: Tue, 25 Jul 2000 11:25:05 +0000 (+0000) Subject: Finally fixed so config.status can regenerate single files without X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~147 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf470dfe6c6bab925ff41efd220c48bb9f46ebc6;p=php Finally fixed so config.status can regenerate single files without doing the whole fastgen and warning message whoopla again. Whee! --- diff --git a/configure.in b/configure.in index 75d6bf38f6..caa3283715 100644 --- a/configure.in +++ b/configure.in @@ -801,12 +801,12 @@ AC_OUTPUT([php4.spec Zend/Makefile $PHP_OUTPUT_FILES ], [], [ -if test "$CONFIG_FILES" = ""; then +if test "\$CONFIG_FILES" = ""; then PHP_GEN_MAKEFILES else for file in $PHP_FAST_OUTPUT_FILES; do - if test "$file" = "$CONFIG_FILES"; then - PHP_GEN_MAKEFILE($file) + if test "\$file" = "\$CONFIG_FILES"; then + PHP_GEN_MAKEFILE(\$file) fi done fi @@ -834,7 +834,7 @@ cat >Zend/zend_config.h <