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

index 7e9b9b4847f2cebda846cc0073625dc7cb74a443..3576b81b05b3f15e49e55f04d87633a726b756e3 100644 (file)
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.173 2002-12-04 18:33:39 srittau Exp $
+dnl $Id: configure.in,v 1.174 2002-12-05 11:16:33 srittau Exp $
 dnl configure.in for netatalk
 
 AC_INIT(bin/adv1tov2/adv1tov2.c)
@@ -188,7 +188,7 @@ AC_ARG_ENABLE(debug,
 
 afp3=no
 AC_ARG_ENABLE(afp3,
-       [  --enable-afp3          enable AFP 3.x calls],
+       [  --enable-afp3           enable AFP 3.x calls],
        if test "$enableval" = "yes"; then
                afp3=yes
                AC_DEFINE(AFP3x, 1)
@@ -281,7 +281,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..6eb01f230148966d84fb5f58324ff44ebe5d2136 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.6 2002-12-05 11:16:34 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]
        )