X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=configure.ac;h=5cae366f0e47b6d16ee649b491ae17d34a8e7d2c;hb=f36bfd9a062f28166879a2bb847e0072158c1170;hp=c0a25c1dc9110a14025a37bb350bc0f19807b07a;hpb=89e6eb85d393cba8d258f21d43ee77651ab66271;p=sysdb.git diff --git a/configure.ac b/configure.ac index c0a25c1..5cae366 100644 --- a/configure.ac +++ b/configure.ac @@ -404,10 +404,14 @@ AC_SDB_PLUGIN([mk-livestatus], [yes], [backend accessing Nagios/Icinga/Shinken using MK Livestatus]) AC_SDB_PLUGIN([puppet-storeconfigs], [$puppet_storeconfigs_default], [backend accessing the Puppet stored configuration database]) -AC_SDB_PLUGIN([syslog], [yes], - [plugin logging to syslog]) + +m4_divert_once([HELP_ENABLE], [ +Plugins:]) + AC_SDB_PLUGIN([cname-dns], [yes], [canonicalize hostnames by querying DNS]) +AC_SDB_PLUGIN([syslog], [yes], + [plugin logging to syslog]) AM_CONDITIONAL([BUILD_DOCUMENTATION], test "x$build_documentation" = "xyes") AM_CONDITIONAL([BUILD_TESTING], test "x$build_testing" = "xyes") @@ -451,6 +455,7 @@ AC_MSG_RESULT([ puppet-storeconfigs: . . . $enable_puppet_storeconfigs]) AC_MSG_RESULT() AC_MSG_RESULT([ Plugins:]) AC_MSG_RESULT([ cname::dns: . . . . . . . . $enable_cname_dns]) +AC_MSG_RESULT([ syslog: . . . . . . . . . . $enable_syslog]) AC_MSG_RESULT() AC_MSG_RESULT([This package is maintained by $PACKAGE_MAINTAINER.]) AC_MSG_RESULT([Please report bugs to $PACKAGE_BUGREPORT.])