From 89febdba40119c3f1e2d33901bdce4f649a12400 Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Mon, 6 Oct 2014 17:06:53 -0400 Subject: [PATCH] Warn at configure time about bitmap-later It's superseded by DAFS and is slated for removal post-1.8. Change-Id: Id2c870fb76eeb470bbf393e99654df434b1a1a86 Reviewed-on: http://gerrit.openafs.org/11525 Tested-by: BuildBot Reviewed-by: Chas Williams - CONTRACTOR Reviewed-by: D Brashear --- acinclude.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index ab1f78da9..ec180883c 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -94,7 +94,9 @@ AC_ARG_ENABLE([bitmap-later], [AS_HELP_STRING([--enable-bitmap-later], [enable fast startup of file server by not reading bitmap till needed])], - , + [AS_IF([test x"$withval" = xyes], + [AC_MSG_WARN([bitmap-later is only used by non-demand-attach + fileservers. Please migrate to demand-attach instead.])])], [enable_bitmap_later="no"]) AC_ARG_ENABLE([unix-sockets], [AS_HELP_STRING([--disable-unix-sockets], -- 2.39.5