From 47f10cbf0f6425405d66323da56315ea5d1e8108 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Sat, 20 Dec 2003 07:48:29 +0000 Subject: added autoconfig files --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..2011793 --- /dev/null +++ b/configure.ac @@ -0,0 +1,21 @@ +dnl Required initializer +AC_INIT(mod_log_sql, 1.99) +AC_PREREQ(2.53) +AC_CONFIG_HEADERS(config.h) + +AC_CONFIG_SRCDIR(mod_log_sql.c) + +dnl Add a test for a compiler. +AC_PROG_CC + +APACHE_VERSION=2.0.44 +CHECK_PATH_APACHE($APACHE_VERSION, + :, + AC_MSG_ERROR([*** Apache version $APACHE_VERSION not found!]) + ) + +AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h]) + +dnl Write config.status and the Makefile + +AC_OUTPUT(Makefile) -- cgit v0.9.2