From 017a843f0a9a45bf5f5521915aed5635fbfb8d8e Mon Sep 17 00:00:00 2001 From: Joey Smith Date: Wed, 26 Jul 2000 11:33:56 +0000 Subject: [PATCH] OK, got ahead of myself. Go back to where we started this morning. --- configure.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index b227b4d558..7bcc7e92ce 100644 --- a/configure.in +++ b/configure.in @@ -796,9 +796,12 @@ PHP_GEN_CONFIG_VARS touch .deps #libphp4.module -AC_OUTPUT([], [], [ +AC_OUTPUT([php4.spec Zend/Makefile + build-defs.h + $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 -- 2.50.1