From: foobar Date: Fri, 31 Dec 2004 07:10:57 +0000 (+0000) Subject: Revert part of the previous commit: autoheader 2.13 does not have this option X-Git-Tag: php-4.3.11RC1~204 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2614e6c26a016faca3c9d5d1c7f211639b20d91d;p=php Revert part of the previous commit: autoheader 2.13 does not have this option --- diff --git a/build/build2.mk b/build/build2.mk index 81925aff12..f886ba1b3c 100644 --- a/build/build2.mk +++ b/build/build2.mk @@ -47,7 +47,7 @@ $(config_h_in): configure acconfig.h @echo rebuilding $@ @rm -f $@ @autoheader=`./build/shtool path autoheader-2.13 autoheader`; \ - $$autoheader -W none 2>&1 | $(SUPPRESS_WARNINGS) + $$autoheader 2>&1 | $(SUPPRESS_WARNINGS) $(TOUCH_FILES): touch $(TOUCH_FILES)