[COMMITTED] Make sure --enable-dwz code is also tested during make distcheck.

Mark Wielaard mjw at redhat.com
Fri Sep 20 12:49:29 UTC 2013


Signed-off-by: Mark Wielaard <mjw at redhat.com>
---
 ChangeLog   |    4 ++++
 Makefile.am |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 102b43b..0ddc070 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-20  Mark Wielaard  <mjw at redhat.com>
+
+	* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-dwz.
+
 2013-07-25  Jan Kratochvil  <jan.kratochvil at redhat.com>
 
 	* configure.ac: Set version to 0.156.
diff --git a/Makefile.am b/Makefile.am
index e833989..7db05f8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,7 +35,7 @@ EXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING \
 # Run all tests under valgrind.
 DISTCHECK_CONFIGURE_FLAGS = \
 	--libdir=`echo $(libdir) | sed "s,^$(exec_prefix),$$dc_install_base,"`\
-	--enable-valgrind \
+	--enable-valgrind --enable-dwz \
 	CC="$(CC)"
 
 distcheck-hook:
-- 
1.7.1



More information about the elfutils-devel mailing list