From 7799e6eedef694998bbdf7eb8765a273670dd39c Mon Sep 17 00:00:00 2001 From: srittau Date: Thu, 5 Dec 2002 11:20:54 +0000 Subject: [PATCH] Fix white space indentions of help strings. --- configure.in | 4 ++-- macros/srvloc.m4 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index 43883506..551f96b0 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.168.2.2 2002-11-11 22:18:45 srittau Exp $ +dnl $Id: configure.in,v 1.168.2.3 2002-12-05 11:20:54 srittau Exp $ dnl configure.in for netatalk AC_INIT(bin/adv1tov2/adv1tov2.c) @@ -257,7 +257,7 @@ fi dnl Determine whether or not to use CDB or transactional DB store AC_MSG_CHECKING([whether or not to use CNID with Concurrent Data Store]) AC_ARG_WITH(cdb, - [ --with-cdb enable CNID with Concurrent Data Store], + [ --with-cdb enable CNID with Concurrent Data Store], if test "$withval" = "no"; then if test "x$did_scheme" != "xcnid"; then USE_CDB="no" diff --git a/macros/srvloc.m4 b/macros/srvloc.m4 index e6540d8d..d2003697 100644 --- a/macros/srvloc.m4 +++ b/macros/srvloc.m4 @@ -1,6 +1,6 @@ dnl Check for optional server location protocol support (used by MacOS X) -dnl $Id: srvloc.m4,v 1.5 2002-02-16 17:10:07 srittau Exp $ +dnl $Id: srvloc.m4,v 1.5.4.1 2002-12-05 11:20:54 srittau Exp $ AC_DEFUN([NETATALK_SRVLOC], [ @@ -8,7 +8,7 @@ AC_DEFUN([NETATALK_SRVLOC], [ SLP_CFLAGS="" AC_ARG_ENABLE(srvloc, - [ --enable-srvloc[=DIR] turn on Server Location Protocol support], + [ --enable-srvloc[=DIR] turn on Server Location Protocol support], [srvloc=$enableval], [srvloc=no] ) -- 2.39.2