Mercurial > dnsbl
view configure.in @ 124:ea6f9c812faa stable-5-16
put hostname in smtp message for uribl style lookups
author | carl |
---|---|
date | Thu, 16 Mar 2006 15:20:37 -0800 |
parents | ecd97e7eb1f0 |
children | 8b1562482b29 |
line wrap: on
line source
AC_INIT(configure.in) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(dnsbl,5.15) AC_PATH_PROGS(BASH, bash) AC_LANG_CPLUSPLUS AC_PROG_CXX AC_PROG_LIBTOOL AC_OUTPUT( \ Makefile \ dnsbl.spec \ html/Makefile \ info/Makefile \ man/Makefile \ src/Makefile \ xml/Makefile \ xml/dnsbl \ )