[3.0] c97264d Pass warnings and error flags to distcheck

Tollef Fog Heen tfheen at varnish-cache.org
Thu Sep 22 14:01:30 CEST 2011


commit c97264d4c5fc7cd88bb50f1f193f38e45d3fa417
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Wed Sep 21 14:36:55 2011 +0200

    Pass warnings and error flags to distcheck

diff --git a/Makefile.am b/Makefile.am
index bc0bfc2..dad3621 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,6 +11,15 @@ pkgconfig_DATA = varnishapi.pc
 
 EXTRA_DIST = LICENSE autogen.sh varnishapi.pc.in
 
+DISTCHECK_CONFIGURE_FLAGS = \
+    --enable-developer-warnings \
+    --enable-debugging-symbols \
+    --enable-dependency-tracking \
+    --enable-diagnostics \
+    --enable-extra-developer-warnings \
+    --enable-tests \
+    --enable-werror
+
 install-data-local:
 	$(install_sh) -d -m 0755 $(DESTDIR)$(localstatedir)/varnish
 



More information about the varnish-commit mailing list