]> arthur.barton.de Git - netatalk.git/commitdiff
configure script: fix indentation
authorAlexander Barton <alex@barton.de>
Tue, 4 May 2010 22:33:07 +0000 (00:33 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 4 Feb 2012 09:41:45 +0000 (10:41 +0100)
configure.ac
macros/cups.m4
macros/quota-check.m4

index 176c03b144f3af0aeca66efbbdb94d8c6b5c6e28..c9fb29882d9f7ca36b930ab2143fa9fb93c0606f 100644 (file)
@@ -688,7 +688,6 @@ fi
        dnl ----- see etc/afpd/quota.c
        AC_DEFINE(HAVE_BROKEN_DBTOB, 1, [Define if dbtob is broken])
 
-
        dnl ----- Linux/alpha specific -----
        if test x"$this_cpu" = "xalpha"; then 
                AC_MSG_RESULT([enabling gcc memcpy bug workaround])
index 5507aa4dac49e37e57cc378863e1524bab5a2fdb..61e83aa5209ea3a467f0e2cf217ef64aacf87da2 100644 (file)
@@ -42,7 +42,7 @@ AC_DEFUN([NETATALK_AC_CUPS], [
 
 
        AC_ARG_WITH(spooldir,
-               [  --with-spooldir=PATH     path for spooldir used for CUPS support (LOCALSTATEDIR/spool/netatalk)],[
+       [  --with-spooldir=PATH    path for spooldir used for CUPS support (LOCALSTATEDIR/spool/netatalk)],[
 
                if test "$withval" = "no"; then
                       if test x"$spool_required" = x"yes"; then
index 44e89bc966840548c411952f21f3286d8ead543c..3f7ce9b40242aaddc06ffe9e8694e1b45db5f20f 100644 (file)
@@ -4,7 +4,7 @@ dnl FIXME: This is in now way complete.
 
 AC_DEFUN([AC_CHECK_QUOTA], [
        AC_ARG_ENABLE(quota,
-       [  --enable-quota           Turn on quota support (default=auto)])
+       [  --enable-quota          Turn on quota support (default=auto)])
 
        if test x$enable_quota != xno; then
        QUOTA_LIBS=""