]> granicus.if.org Git - php/commitdiff
Finally fixed so config.status can regenerate single files without
authorStig Bakken <ssb@php.net>
Tue, 25 Jul 2000 11:25:05 +0000 (11:25 +0000)
committerStig Bakken <ssb@php.net>
Tue, 25 Jul 2000 11:25:05 +0000 (11:25 +0000)
doing the whole fastgen and warning message whoopla again.  Whee!

configure.in

index 75d6bf38f6dd5b7e248549fe4dcb3ce1111e79f0..caa32837154f6b07665fcc7b83f9c7a7bea8f90a 100644 (file)
@@ -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 <<FEO
 FEO
 
 # run this only when generating all the files?
-if true; then
+if test "\$CONFIG_FILES" = ""; then
   # Hacking while airborne considered harmful.
   #
   echo "creating main/internal_functions.c"