]> arthur.barton.de Git - netatalk.git/commitdiff
Display none as installation style if none has been specified (instead of an empty...
authorbfernhomberg <bfernhomberg>
Tue, 7 Dec 2004 18:47:28 +0000 (18:47 +0000)
committerbfernhomberg <bfernhomberg>
Tue, 7 Dec 2004 18:47:28 +0000 (18:47 +0000)
macros/summary.m4

index 4713e710e7de134d9bd90c31404ba95d0e79b539..7d109df6052666e207cf7c1ee50441c6d3a0e63b 100644 (file)
@@ -1,11 +1,15 @@
-dnl $Id: summary.m4,v 1.1.2.5 2004-06-24 00:43:58 bfernhomberg Exp $
+dnl $Id: summary.m4,v 1.1.2.5.2.1 2004-12-07 18:47:28 bfernhomberg Exp $
 dnl Autoconf macros, display configure summary
 
 AC_DEFUN([AC_NETATALK_CONFIG_SUMMARY], [
 
        AC_MSG_RESULT([Configure summary:])
        AC_MSG_RESULT([    Install style:])
-       AC_MSG_RESULT([         $sysv_style])
+       if test "x$sysv_style" != "x"; then
+               AC_MSG_RESULT([         $sysv_style])
+       else
+               AC_MSG_RESULT([         none])
+       fi
        AC_MSG_RESULT([    AFP:])
        AC_MSG_RESULT([         AFP 3.x calls activated: $afp3])
        if test "x$afp3" = "xyes"; then