summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2013-09-20 14:48:00 +0200
committerMark Wielaard <[email protected]>2013-09-20 14:48:23 +0200
commit21fc33fe191603b71e9e14d2d1a79a8aa48ad6e6 (patch)
tree634cd934e7a46c6dc25381089fd2b6b7bc1a4542
parentead7d1916789f1576550502d4bcf2a0f1d247463 (diff)
Make sure --enable-dwz code is also tested during make distcheck.
Signed-off-by: Mark Wielaard <[email protected]>
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 102b43ba..0ddc070a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-20 Mark Wielaard <[email protected]>
+
+ * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-dwz.
+
2013-07-25 Jan Kratochvil <[email protected]>
* configure.ac: Set version to 0.156.
diff --git a/Makefile.am b/Makefile.am
index e8339898..7db05f83 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: