You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
echoping/SRC/plugins/list-of-dirs.m4

17 lines
380 B
Plaintext

dnl Created automatically on Tue Jul 27 14:46:36 CEST 2004
if test "$dns_BUILD" = 1; then
AC_CONFIG_SUBDIRS(dns)
fi
if test "$ldap_BUILD" = 1; then
AC_CONFIG_SUBDIRS(ldap)
fi
if test "$postgresql_BUILD" = 1; then
AC_CONFIG_SUBDIRS(postgresql)
fi
if test "$random_BUILD" = 1; then
AC_CONFIG_SUBDIRS(random)
fi
if test "$whois_BUILD" = 1; then
AC_CONFIG_SUBDIRS(whois)
fi