]> arthur.barton.de Git - netatalk.git/commitdiff
Fix white space indentions of help strings.
authorsrittau <srittau>
Thu, 5 Dec 2002 11:20:54 +0000 (11:20 +0000)
committersrittau <srittau>
Thu, 5 Dec 2002 11:20:54 +0000 (11:20 +0000)
configure.in
macros/srvloc.m4

index 43883506fac8877f54f54527d235261fcd822663..551f96b0b35ecb0d71932e87e397fdbc3c3206ee 100644 (file)
@@ -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"
index e6540d8df618dbee0fb6fae5294166bf084a10b6..d2003697a9d246f65638d9a0c3e5a5e7992d9783 100644 (file)
@@ -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]
        )