Mercurial > dnsbl
view configure.in @ 135:8e813497582e stable-5-20
fix rpm scripts
author | carl |
---|---|
date | Wed, 02 Aug 2006 21:33:34 -0700 |
parents | f9917ce924a3 |
children | f4746d8a12a3 |
line wrap: on
line source
AC_INIT(configure.in) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(dnsbl,5.20) 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 \ )