]> granicus.if.org Git - php/commitdiff
Revert part of the previous commit: autoheader 2.13 does not have this option
authorfoobar <sniper@php.net>
Fri, 31 Dec 2004 07:10:57 +0000 (07:10 +0000)
committerfoobar <sniper@php.net>
Fri, 31 Dec 2004 07:10:57 +0000 (07:10 +0000)
build/build2.mk

index 81925aff12761e037110b52ba6a0358655a24ea6..f886ba1b3c15522d96f03a2591b7495b9b9df6bb 100644 (file)
@@ -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)