]> arthur.barton.de Git - netatalk.git/blob - macros/summary.m4
Explanation of "veto message" is wrong.
[netatalk.git] / macros / summary.m4
1 dnl Autoconf macros, display configure summary
2
3 AC_DEFUN([AC_NETATALK_CONFIG_SUMMARY], [
4
5         AC_MSG_RESULT([Configure summary:])
6         AC_MSG_RESULT([    INIT STYLE:])
7         if test "x$init_style" != "x"; then
8                 AC_MSG_RESULT([         $init_style])
9         else
10                 AC_MSG_RESULT([         none])
11         fi
12         AC_MSG_RESULT([    AFP:])
13         AC_MSG_RESULT([         Extended Attributes: $neta_cv_eas])
14         AC_MSG_RESULT([         ACL support: $ac_cv_have_acls])
15         AC_MSG_RESULT([    CNID:])
16         AC_MSG_RESULT([         backends: $compiled_backends])
17         AC_MSG_RESULT([    UAMS:])
18         uams_using_options=""
19         if test x"$netatalk_cv_use_pam" != x"no"; then
20                 uams_using_options="PAM"
21         fi
22         if test "x$netatalk_cv_use_shadowpw" = "xyes"; then
23                 uams_using_options="$uams_using_options SHADOW"
24         fi
25         if test "x$neta_cv_compile_dhx" = "xyes"; then
26                 AC_MSG_RESULT([         DHX     ($uams_using_options)])
27         fi
28         if test "x$neta_cv_compile_dhx2" = "xyes"; then
29                 AC_MSG_RESULT([         DHX2    ($uams_using_options)])
30         fi
31         if test "x$neta_cv_have_openssl" = "xyes"; then
32                 AC_MSG_RESULT([         RANDNUM (afppasswd)])
33         fi
34         if test x"$netatalk_cv_build_krb5_uam" = x"yes"; then
35                 AC_MSG_RESULT([         Kerberos V])
36         fi
37         if test x"$compile_pgp" = x"yes"; then
38                 AC_MSG_RESULT([         PGP])
39         fi
40         AC_MSG_RESULT([         clrtxt  ($uams_using_options)])
41         AC_MSG_RESULT([         guest])
42         AC_MSG_RESULT([    Options:])
43         AC_MSG_RESULT([         Zeroconf support:        $netatalk_cv_zeroconf])
44         AC_MSG_RESULT([         tcp wrapper support:     $netatalk_cv_tcpwrap])
45 dnl     if test x"$netatalk_cv_linux_sendfile" != x; then
46 dnl             AC_MSG_RESULT([         Linux sendfile support:  $netatalk_cv_linux_sendfile])
47 dnl     fi
48         AC_MSG_RESULT([         quota support:           $netatalk_cv_quotasupport])
49         AC_MSG_RESULT([         admin group support:     $netatalk_cv_admin_group])
50         AC_MSG_RESULT([         valid shell check:       $netatalk_cv_use_shellcheck])
51         AC_MSG_RESULT([         cracklib support:        $netatalk_cv_with_cracklib])
52 dnl     AC_MSG_RESULT([         Samba sharemode interop: $neta_cv_have_smbshmd])
53         AC_MSG_RESULT([         ACL support:             $with_acl_support])
54         AC_MSG_RESULT([         Kerberos support:        $with_kerberos])
55         AC_MSG_RESULT([         LDAP support:            $netatalk_cv_ldap])
56         AC_MSG_RESULT([         dbus support:            $atalk_cv_with_dbus])
57         AC_MSG_RESULT([         dtrace probes:           $WDTRACE])
58         AC_MSG_RESULT([    Paths:])
59         AC_MSG_RESULT([         Netatalk lockfile:       $ac_cv_netatalk_lock])
60         if test "x$init_style" != x"none"; then
61                 AC_MSG_RESULT([         init directory:          $ac_cv_init_dir])
62         fi
63         if test x"$atalk_cv_with_dbus" = x"yes"; then
64                 AC_MSG_RESULT([         dbus system directory:   $ac_cv_dbus_sysdir])
65         fi
66         if test x"$use_pam_so" = x"yes"; then
67            if test x"$netatalk_cv_install_pam" = x"yes"; then
68                 AC_MSG_RESULT([         pam config directory:    $ac_cv_pamdir])
69            else
70                 AC_MSG_RESULT([])
71                 AC_MSG_WARN([ PAM support was configured for your system, but the netatalk PAM configuration file])
72                 AC_MSG_WARN([ cannot be installed. Please install the config/netatalk.pamd file manually.])
73                 AC_MSG_WARN([ If you're running Solaris or BSD you'll have to edit /etc/pam.conf to get PAM working.])
74                 AC_MSG_WARN([ You can also re-run configure and specify --without-pam to disable PAM support.])
75            fi
76         fi
77         AC_MSG_RESULT([    Documentation:])
78         AC_MSG_RESULT([         Docbook:                 $XSLTPROC_WORKS])
79 ])
80
81
82 AC_DEFUN([AC_NETATALK_LIBS_SUMMARY], [
83         dnl #################################################
84         dnl # Display summary of libraries detected
85
86         AC_MSG_RESULT([Compilation summary:])
87         AC_MSG_RESULT([    CPPFLAGS       = $CPPFLAGS])
88         AC_MSG_RESULT([    CFLAGS         = $CFLAGS])
89         AC_MSG_RESULT([    LIBS           = $LIBS])
90         AC_MSG_RESULT([    PTHREADS:])
91         AC_MSG_RESULT([        LIBS   = $PTHREAD_LIBS])
92         AC_MSG_RESULT([        CFLAGS = $PTHREAD_CFLAGS])
93         if test x"$neta_cv_have_openssl" = x"yes"; then
94                 AC_MSG_RESULT([    SSL:])
95                 AC_MSG_RESULT([        LIBS   = $SSL_LIBS])
96                 AC_MSG_RESULT([        CFLAGS = $SSL_CFLAGS])
97         fi
98         if test x"$neta_cv_have_libgcrypt" = x"yes"; then
99                 AC_MSG_RESULT([    LIBGCRYPT:])
100                 AC_MSG_RESULT([        LIBS   = $LIBGCRYPT_LIBS])
101                 AC_MSG_RESULT([        CFLAGS = $LIBGCRYPT_CFLAGS])
102         fi
103         if test x"$netatalk_cv_use_pam" = x"yes"; then
104                 AC_MSG_RESULT([    PAM:])
105                 AC_MSG_RESULT([        LIBS   = $PAM_LIBS])
106                 AC_MSG_RESULT([        CFLAGS = $PAM_CFLAGS])
107         fi
108         if test x"$netatalk_cv_use_pam" = x"yes"; then
109                 AC_MSG_RESULT([    WRAP:])
110                 AC_MSG_RESULT([        LIBS   = $WRAP_LIBS])
111                 AC_MSG_RESULT([        CFLAGS = $WRAP_CFLAGS])
112         fi
113         if test x"$bdb_required" = x"yes"; then
114                 AC_MSG_RESULT([    BDB:])
115                 AC_MSG_RESULT([        LIBS   = $BDB_LIBS])
116                 AC_MSG_RESULT([        CFLAGS = $BDB_CFLAGS])
117         fi
118         if test x"$netatalk_cv_build_krb5_uam" = x"yes"; then
119                 AC_MSG_RESULT([    GSSAPI:])
120                 AC_MSG_RESULT([        LIBS   = $GSSAPI_LIBS])
121                 AC_MSG_RESULT([        CFLAGS = $GSSAPI_CFLAGS])
122         fi
123         if test x"$netatalk_cv_use_cups" = x"yes"; then
124                 AC_MSG_RESULT([    CUPS:])
125                 AC_MSG_RESULT([        LIBS   = $CUPS_LIBS])
126                 AC_MSG_RESULT([        CFLAGS = $CUPS_CFLAGS])
127         fi
128         if test x"$netatalk_cv_zeroconf" = x"yes"; then
129                 AC_MSG_RESULT([    ZEROCONF:])
130                 AC_MSG_RESULT([        LIBS   = $ZEROCONF_LIBS])
131                 AC_MSG_RESULT([        CFLAGS = $ZEROCONF_CFLAGS])
132         fi
133         if test x"$netatalk_cv_ldap" = x"yes"; then
134                 AC_MSG_RESULT([    LDAP:])
135                 AC_MSG_RESULT([        LIBS   = $LDAP_LDFLAGS $LDAP_LIBS])
136                 AC_MSG_RESULT([        CFLAGS = $LDAP_CFLAGS])
137         fi
138     AC_MSG_RESULT([    LIBEVENT:])
139     if test x"$use_bundled_libevent" = x"yes"; then
140                 AC_MSG_RESULT([        bundled])
141     else
142                 AC_MSG_RESULT([        LIBS   = $LIBEVENT_CFLAGS])
143                 AC_MSG_RESULT([        CFLAGS = $LIBEVENT_LDFLAGS])
144     fi
145 ])