]> arthur.barton.de Git - netatalk.git/blobdiff - macros/summary.m4
small fix
[netatalk.git] / macros / summary.m4
index 39d69cdceb12f5f5f1cb690133934191d6899252..2af44d6ab9d166c506b558d887581ba0dc2aa62e 100644 (file)
@@ -1,12 +1,11 @@
-dnl $Id: summary.m4,v 1.6 2009-10-02 09:32:41 franklahm Exp $
 dnl Autoconf macros, display configure summary
 
 AC_DEFUN([AC_NETATALK_CONFIG_SUMMARY], [
 
        AC_MSG_RESULT([Configure summary:])
-       AC_MSG_RESULT([    Install style:])
-       if test "x$sysv_style" != "x"; then
-               AC_MSG_RESULT([         $sysv_style])
+       AC_MSG_RESULT([    init style:])
+       if test "x$init_style" != "x"; then
+               AC_MSG_RESULT([         $init_style])
        else
                AC_MSG_RESULT([         none])
        fi
@@ -41,7 +40,6 @@ AC_DEFUN([AC_NETATALK_CONFIG_SUMMARY], [
        AC_MSG_RESULT([         clrtxt  ($uams_using_options)])
        AC_MSG_RESULT([         guest])
        AC_MSG_RESULT([    Options:])
-       AC_MSG_RESULT([         SLP support:             $netatalk_cv_srvloc])
        AC_MSG_RESULT([         Zeroconf support:        $netatalk_cv_zeroconf])
        AC_MSG_RESULT([         tcp wrapper support:     $netatalk_cv_tcpwrap])
 dnl    if test x"$netatalk_cv_linux_sendfile" != x; then
@@ -102,14 +100,14 @@ AC_DEFUN([AC_NETATALK_LIBS_SUMMARY], [
                AC_MSG_RESULT([        LIBS   = $GSSAPI_LIBS])
                AC_MSG_RESULT([        CFLAGS = $GSSAPI_CFLAGS])
        fi
-       if test x"$netatalk_cv_srvloc" = x"yes"; then
-               AC_MSG_RESULT([    SRVLOC:])
-               AC_MSG_RESULT([        LIBS   = $SLP_LIBS])
-               AC_MSG_RESULT([        CFLAGS = $SLP_CFLAGS])
-       fi
        if test x"$netatalk_cv_use_cups" = x"yes"; then
                AC_MSG_RESULT([    CUPS:])
                AC_MSG_RESULT([        LIBS   = $CUPS_LIBS])
                AC_MSG_RESULT([        CFLAGS = $CUPS_CFLAGS])
        fi
+       if test x"$netatalk_cv_zeroconf" = x"yes"; then
+               AC_MSG_RESULT([    ZEROCONF:])
+               AC_MSG_RESULT([        LIBS   = $ZEROCONF_LIBS])
+               AC_MSG_RESULT([        CFLAGS = $ZEROCONF_CFLAGS])
+       fi
 ])