From 1cb0d88186a885f555393e258849562e24156f57 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Wed, 29 Sep 1999 15:17:02 +0000 Subject: Decent configure speedup. Makefiles are now generated only for the extensions you are including. Got rid of configure.in.in. Moved the last Apache-specific files into sapi/apache and made both static and DSO build work again (it still doesn't run properly). --- buildconf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'buildconf') diff --git a/buildconf b/buildconf index b2de3c0c94..ac2e0d961f 100755 --- a/buildconf +++ b/buildconf @@ -136,7 +136,9 @@ fi autoheader -automake --add-missing --include-deps $automake_flags +find . -name Makefile.am -print|sed -e 's/\.am//' | \ + xargs automake --add-missing --include-deps $automake_flags + mv configure configure.old 2>/dev/null autoconf -- cgit v1.2.1