with_ossp_uuid
with_selinux
with_openssl
-with_bonjour
-with_ldap
-with_pam
krb_srvtab
-with_krb5
-with_gssapi
with_python
with_perl
with_tcl
GENHTML
LCOV
GCOV
-enable_profiling
enable_debug
enable_rpath
enable_shared
-
#
# --enable-coverage enables generation of code coverage metrics with gcov
#
{ $as_echo "$as_me:$LINENO: result: $with_gssapi" >&5
$as_echo "$with_gssapi" >&6; }
-
#
# Kerberos 5
#
-
#
# Kerberos configuration parameters
#
$as_echo "$with_pam" >&6; }
-
#
# LDAP
#
$as_echo "$with_ldap" >&6; }
-
#
# Bonjour
#
$as_echo "$with_bonjour" >&6; }
-
#
# OpenSSL
#
#
PGAC_ARG_BOOL(enable, profiling, no,
[build with profiling enabled ])
-AC_SUBST(enable_profiling)
#
# --enable-coverage enables generation of code coverage metrics with gcov
krb_srvtab="FILE:\$(sysconfdir)/krb5.keytab"
])
AC_MSG_RESULT([$with_gssapi])
-AC_SUBST(with_gssapi)
#
# Kerberos 5
krb_srvtab="FILE:\$(sysconfdir)/krb5.keytab"
])
AC_MSG_RESULT([$with_krb5])
-AC_SUBST(with_krb5)
AC_SUBST(krb_srvtab)
[build with PAM support],
[AC_DEFINE([USE_PAM], 1, [Define to 1 to build with PAM support. (--with-pam)])])
AC_MSG_RESULT([$with_pam])
-AC_SUBST(with_pam)
#
[build with LDAP support],
[AC_DEFINE([USE_LDAP], 1, [Define to 1 to build with LDAP support. (--with-ldap)])])
AC_MSG_RESULT([$with_ldap])
-AC_SUBST(with_ldap)
#
[build with Bonjour support],
[AC_DEFINE([USE_BONJOUR], 1, [Define to 1 to build with Bonjour support. (--with-bonjour)])])
AC_MSG_RESULT([$with_bonjour])
-AC_SUBST(with_bonjour)
#