diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 1 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2022-05-02 Mark Wielaard <mark@klomp.org> + + * Makefile.am (AM_DISTCHECK_CONFIGURE_FLAGS): Remove + --enable-valgrind --enable-sanitize-undefined. + 2022-04-25 Mark Wielaard <mark@klomp.org> * configure.ac (AC_INIT): Set version to 0.187. diff --git a/Makefile.am b/Makefile.am index 9c47afa9..8643312a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,6 @@ EXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING \ # Run all tests under valgrind. AM_DISTCHECK_CONFIGURE_FLAGS = \ --libdir=`echo $(libdir) | sed "s,^$(exec_prefix),$$dc_install_base,"`\ - --enable-valgrind --enable-sanitize-undefined \ CC="$(CC)" distcheck-hook: |