From: Alexander Barton Date: Sun, 6 Jan 2013 16:40:25 +0000 (+0100) Subject: autoconf: Indentation fixes X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=53aafa98097fa39b62fd0c7914db291a393aa01b autoconf: Indentation fixes --- diff --git a/macros/netatalk.m4 b/macros/netatalk.m4 index 7040eb04..34dfc08c 100644 --- a/macros/netatalk.m4 +++ b/macros/netatalk.m4 @@ -939,7 +939,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] diff --git a/macros/quota-check.m4 b/macros/quota-check.m4 index b7e0c3a2..ad135080 100644 --- a/macros/quota-check.m4 +++ b/macros/quota-check.m4 @@ -4,7 +4,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="" diff --git a/macros/zeroconf.m4 b/macros/zeroconf.m4 index 6916c990..5a4f1dfc 100644 --- a/macros/zeroconf.m4 +++ b/macros/zeroconf.m4 @@ -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] )