summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-09-29 15:17:02 +0000
committerStig Bakken <ssb@php.net>1999-09-29 15:17:02 +0000
commit1cb0d88186a885f555393e258849562e24156f57 (patch)
treed73a02da5a9134191e39048bd10fd5eb45b274b2 /buildconf
parentdb4820447fae020625e210e42569671d0c865c5f (diff)
downloadphp-git-1cb0d88186a885f555393e258849562e24156f57.tar.gz
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).
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf4
1 files changed, 3 insertions, 1 deletions
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