diff options
| author | Ulf Hermann <[email protected]> | 2017-04-11 18:35:48 +0200 |
|---|---|---|
| committer | Ulf Hermann <[email protected]> | 2017-05-02 15:49:48 +0000 |
| commit | 1857705643ec74e01c7c03d6f04614dd796c6c2c (patch) | |
| tree | 4774c633734741a4f6be84a5b16934e4bfc77306 | |
| parent | d3068a5c35ceaac21755706f4734bc1a675198a2 (diff) | |
Add --enable-gnulib --enable-selfcontained to distcheck
Change-Id: Idaed050fb6c78eb2ac5481a93f278c909864939a
Reviewed-by: Christian Kandeler <[email protected]>
| -rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b852e57b..3d8180fd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,6 +39,7 @@ 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-gnulib --enable-selfcontained \ --enable-valgrind --enable-sanitize-undefined \ CC="$(CC)" |
