Mercurial > dnsbl
view configure.in @ 106:2fbeeb4ced73
move to autoconf/automake/docbook
author | carl |
---|---|
date | Sun, 18 Dec 2005 09:39:53 -0800 |
parents | c3e9fa6b37c6 |
children | eeaaecda4acc |
line wrap: on
line source
AC_INIT(configure.in) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(dnsbl,5.10) AC_PATH_PROGS(BASH, bash) AC_LANG_CPLUSPLUS AC_PROG_CXX AM_PROG_LIBTOOL AC_OUTPUT( \ Makefile \ dnsbl.spec \ html/Makefile \ info/Makefile \ man/Makefile \ src/Makefile \ xml/Makefile \ xml/dnsbl \ )