From ab1ac8ba7570005c169e7aa772762b55d354e07d Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Tue, 23 Dec 2003 19:49:56 +0000 Subject: update autoconf scripts to check MySQL.. moved autoconf DEFUN macros to m4 subdirectory autogen.sh calls aclocal to include m4 directory. merged in changes from 1.19b1 fixed log_sql_merge_config bug in 1.19b1 release 1.91 --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4fa277a..56f648c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Required initializer -AC_INIT(mod_log_sql, 1.90) +AC_INIT(mod_log_sql, 1.91) AC_PREREQ(2.53) AC_CONFIG_HEADERS(config.h) @@ -14,6 +14,11 @@ CHECK_PATH_APACHE($APACHE_VERSION, AC_MSG_ERROR([*** Apache version $APACHE_VERSION not found!]) ) +CHECK_PATH_MYSQL(:, + AC_MSG_ERROR([*** Mysql client libraries not found!]) + ) + + AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h]) dnl Write config.status and the Makefile -- cgit v0.9.2