From e2dfccb52240fd943ec6f1f2b8260f86d24d4cd2 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Sun, 04 Jan 2004 03:23:22 +0000 Subject: update apache.m4 to use -with-apxs instead of --with-apache got SSL support to compile. added Documentation subdirectory. --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 56f648c..84fbf96 100644 --- a/configure.ac +++ b/configure.ac @@ -17,10 +17,10 @@ CHECK_PATH_APACHE($APACHE_VERSION, CHECK_PATH_MYSQL(:, AC_MSG_ERROR([*** Mysql client libraries not found!]) ) - +AC_CHECK_HEADERS(limits.h) AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h]) dnl Write config.status and the Makefile -AC_OUTPUT(Makefile) +AC_OUTPUT(Makefile Documentation/Makefile) -- cgit v0.9.2