From: Benjamin Kaduk Date: Mon, 6 Oct 2014 21:06:53 +0000 (-0400) Subject: Warn at configure time about bitmap-later X-Git-Tag: upstream/1.8.0_pre1^2~532 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=89febdba40119c3f1e2d33901bdce4f649a12400;p=packages%2Fo%2Fopenafs.git 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 --- 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],