summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildconf4
1 files 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