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-06-03 15:22:51 +0200
commit5b0f20d8cb31edc5d46afc915cb72bfcc4129218 (patch)
treeee18f1257d6f9c8750812e973f2e57778c4624a2
parent0659af7b13f101ef0c4192b349e5e09e1d7590f1 (diff)
downloadsssd-5b0f20d8cb31edc5d46afc915cb72bfcc4129218.tar.gz
sssd-5b0f20d8cb31edc5d46afc915cb72bfcc4129218.tar.xz
sssd-5b0f20d8cb31edc5d46afc915cb72bfcc4129218.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> (cherry picked from commit 8d15291907aaa4d50bb66fdb7a5002fce7ac7bf4) Conflicts: Makefile.am
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 9fddf36c5..7f44a52c1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,9 +3,9 @@ if HAVE_DEVSHM
extra_distcheck_flags += --with-test-dir=/dev/shm
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