# Required initializer AC_INIT AC_CANONICAL_TARGET # Automake initialization AM_INIT_AUTOMAKE(mod_smtpd, 0.9) # Add a test for a compiler. AC_PROG_CC AM_PROG_LIBTOOL AC_PROG_INSTALL AP_VERSION=2.0.40 CHECK_APACHE(,$AP_VERSION, :,:, AC_MSG_ERROR([*** Apache version $AP_VERSION not found!]) ) prefix=${AP_PREFIX} CHECK_APREQ2() AC_CONFIG_FILES([ Makefile src/Makefile m4/Makefile modules/Makefile modules/access/Makefile modules/access/rbl/Makefile modules/access/mod_dnsbl_lookup/Makefile modules/auth/Makefile modules/misc/Makefile modules/queue/Makefile modules/queue/postfix/Makefile modules/queue/smtp/Makefile modules/rcpt/Makefile modules/rcpt/ok/Makefile modules/vrfy/Makefile ]) # Write config.status and the Makefile AC_OUTPUT