summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolai Kondrashov <Nikolai.Kondrashov@redhat.com>2014-05-20 17:52:43 +0300
committerJakub Hrozek <jhrozek@redhat.com>2014-05-26 19:22:13 +0200
commit8d15291907aaa4d50bb66fdb7a5002fce7ac7bf4 (patch)
tree75544989f290b598fd0458b1b171c63b15aa58ea
parentc3c6eb141d6a288b3da20ad6a2e5718844b2d4ad (diff)
downloadsssd-8d15291907aaa4d50bb66fdb7a5002fce7ac7bf4.tar.gz
sssd-8d15291907aaa4d50bb66fdb7a5002fce7ac7bf4.tar.xz
sssd-8d15291907aaa4d50bb66fdb7a5002fce7ac7bf4.zip
build: Switch to AM_DISTCHECK_CONFIGURE_FLAGS
Use AM_DISTCHECK_CONFIGURE_FLAGS in Makefile.am instead of DISTCHECK_CONFIGURE_FLAGS to allow using the latter at build time, upon making distcheck target. In particular, the above would allow specifying --with-test-dir option to help archive test data in CI runs, like this: make distcheck DISTCHECK_CONFIGURE_FLAGS=--with-test-dir=/dev/shm/ci-test-dir Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index e160ea3a1..5f702e3fc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,9 +7,9 @@ if WITH_JOURNALD
extra_distcheck_flags += --with-syslog=journald
endif
-DISTCHECK_CONFIGURE_FLAGS = --with-ldb-lib-dir="$$dc_install_base"/lib/ldb \
- --enable-all-experimental-features \
- $(extra_distcheck_flags)
+AM_DISTCHECK_CONFIGURE_FLAGS = --with-ldb-lib-dir="$$dc_install_base"/lib/ldb \
+ --enable-all-experimental-features \
+ $(extra_distcheck_flags)
SUBDIRS = po