build: Show extra configure results found by WAF as well
authorAndrew Bartlett <abartlet@samba.org>
Sat, 2 Jun 2012 04:31:41 +0000 (14:31 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 2 Jun 2012 07:46:09 +0000 (09:46 +0200)
This may assist in debugging a difference in a configure test on the
build farm.

Andrew Bartlett

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Sat Jun  2 09:46:09 CEST 2012 on sn-devel-104

source3/Makefile-smbtorture4

index bd1764b4860fe900b0258f80542ebbea5ed5e696..1b0c92102594448efc5505b0868439e2e7e9a500 100644 (file)
@@ -24,5 +24,7 @@ bin/ndrdump4: $(BINARY_PREREQS) samba4-configure
 
 samba4-config-compare: samba4-configure
        @echo "Comparing config.h from autoconf and waf"
-       @echo "Configure checks missing from WAF are:"
+       @echo "Configure results missing from WAF are:"
        ../buildtools/compare_config_h3.sh include/autoconf/config.h ../bin/default/include/config.h
+       @echo "Configure results additionaly found by WAF are:"
+       DIFF="comm -13" ../buildtools/compare_config_h3.sh include/autoconf/config.h ../bin/default/include/config.h