From 3b48fdfc89974b3d6db6f6d890818e5ee30d4b8b Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 11 Apr 2011 17:10:54 -0500 Subject: [PATCH] build: turn on warnings during distcheck Make sure we catch everything before generating a tarball for release. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 560f40a362..c128368ce8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,7 @@ EXTRA_DIST = \ DISTCHECK_CONFIGURE_FLAGS = \ --with-tests=yes \ --with-docs=yes \ + --enable-more-warnings=yes \ --with-udev-dir=$$dc_install_base/lib/udev \ --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)