]> arthur.barton.de Git - netatalk.git/blobdiff - macros/zeroconf.m4
autoconf: Indentation fixes
[netatalk.git] / macros / zeroconf.m4
index 2adc84285d6a74a20edb0f553828a9c824e8ef72..5a4f1dfc72d7faed0d5993267ea17251a6c7241c 100644 (file)
@@ -1,13 +1,13 @@
 dnl Check for optional Zeroconf support
 
-AC_DEFUN([NETATALK_ZEROCONF], [
+AC_DEFUN([AC_NETATALK_ZEROCONF], [
        ZEROCONF_LIBS=""
        ZEROCONF_CFLAGS=""
        found_zeroconf=no
        zeroconf_dir=""
 
        AC_ARG_ENABLE(zeroconf,
-               [  --enable-zeroconf[[=DIR]]   enable Zeroconf support [[auto]]],
+               [  --enable-zeroconf[[=DIR]] enable Zeroconf support [[auto]]],
                [zeroconf=$enableval],
                [zeroconf=try]
        )