Pushed to master under the one-liner rule. Just to make sure that our experimental features don't have any build issues, we need to make sure that when we run 'make distcheck', it enables them all.
From a6ee7dfbbd863f438ca52020ee2b4ab2f12356cf Mon Sep 17 00:00:00 2001 From: Stephen Gallagher <[email protected]> Date: Sat, 4 Feb 2012 08:06:49 -0500 Subject: [PATCH 11/11] Build all experimental features during 'make distcheck'
--- Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 409dc84d7fc100039804b1272e3a777d607f7b03..9f57ac02043e66e32e832ef8c927c1d3de41d0b8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ -DISTCHECK_CONFIGURE_FLAGS = --with-ldb-lib-dir="$$dc_install_base"/lib/ldb +DISTCHECK_CONFIGURE_FLAGS = --with-ldb-lib-dir="$$dc_install_base"/lib/ldb \ + --enable-all-experimental-features SUBDIRS = po -- 1.7.7.6
signature.asc
Description: This is a digitally signed message part
_______________________________________________ sssd-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/sssd-devel
