From e74b9854325380abde64e694fcdec308124a7e6d Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Tue, 5 Oct 1999 10:23:48 +0000 Subject: [PATCH] 100% speedup in buildconf. We have a top-level Makefile.am, so find becomes superflicious --- buildconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildconf b/buildconf index 4b573b9977..c398bdd4e5 100755 --- a/buildconf +++ b/buildconf @@ -136,8 +136,8 @@ fi autoheader -find . -name Makefile.am -print|sed -e 's/\.am//' | \ - xargs automake --add-missing --include-deps $automake_flags +# suppress stupid automake warning +automake --add-missing --include-deps $automake_flags 2>&1 | grep -v \$PHP_OUTPUT_FILES >&2 mv configure configure.old 2>/dev/null -- 2.50.0