diff options
| author | Mark Wielaard <[email protected]> | 2013-09-20 14:48:00 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2013-09-20 14:48:23 +0200 |
| commit | 21fc33fe191603b71e9e14d2d1a79a8aa48ad6e6 (patch) | |
| tree | 634cd934e7a46c6dc25381089fd2b6b7bc1a4542 | |
| parent | ead7d1916789f1576550502d4bcf2a0f1d247463 (diff) | |
Make sure --enable-dwz code is also tested during make distcheck.
Signed-off-by: Mark Wielaard <[email protected]>
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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: |
