]> arthur.barton.de Git - netatalk.git/commitdiff
autoconf: Indentation fixes v3.1-cleanup
authorAlexander Barton <alex@barton.de>
Sun, 6 Jan 2013 16:40:25 +0000 (17:40 +0100)
committerAlexander Barton <alex@barton.de>
Sat, 29 Nov 2014 13:48:28 +0000 (14:48 +0100)
macros/netatalk.m4
macros/quota-check.m4
macros/zeroconf.m4

index ea2bbffe47dfa4b04e90ca31ad731395059ce445..12a1fecbc3660ad684e2f94f9a34f5edde8ef299 100644 (file)
@@ -1130,7 +1130,7 @@ dnl ------ Check for sendfile() --------
 AC_DEFUN([AC_NETATALK_SENDFILE], [
 netatalk_cv_search_sendfile=yes
 AC_ARG_ENABLE(sendfile,
-    [  --disable-sendfile       disable sendfile syscall],
+    [  --disable-sendfile      disable sendfile syscall],
     [if test x"$enableval" = x"no"; then
             netatalk_cv_search_sendfile=no
         fi]
index 703c3568d34d38b36029a2c2e342abb8713af5a3..e2e145e616ed15da19fec87d1729c7ed211f9666 100644 (file)
@@ -3,7 +3,7 @@ dnl FIXME: This is in now way complete.
 
 AC_DEFUN([AC_NETATALK_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=""
index 6916c9905dca7541fe91f50678994695b3674ed3..5a4f1dfc72d7faed0d5993267ea17251a6c7241c 100644 (file)
@@ -7,7 +7,7 @@ AC_DEFUN([AC_NETATALK_ZEROCONF], [
        zeroconf_dir=""
 
        AC_ARG_ENABLE(zeroconf,
-               [  --enable-zeroconf[[=DIR]]   enable Zeroconf support [[auto]]],
+               [  --enable-zeroconf[[=DIR]] enable Zeroconf support [[auto]]],
                [zeroconf=$enableval],
                [zeroconf=try]
        )