summaryrefslogtreecommitdiffstatsabout
path: root/configure.ac
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2004-02-12 03:44:12 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2004-02-12 03:44:12 (GMT)
commitbdb5c0e5ea921d274b797f3b9b311b713eb0b792 (patch)
treebb70807189c0e14d5f5c87b57d345bca6ab98115 /configure.ac
parent6caf2429c3ff47657c8ce2579be1224063505f80 (diff)
moved create_tables.sql and make_combined_log.pl into contrib directory.
Added contrib directory to build system. Updated new maintainer information in AUTHORS,LICENSE, and manual.xml
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index fb036ce..9dcc71d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1dnl Required initializer 1dnl Required initializer
2AC_INIT(mod_log_sql, 1.95) 2AC_INIT(mod_log_sql, 1.96)
3AC_PREREQ(2.53) 3AC_PREREQ(2.53)
4AC_CONFIG_HEADERS(config.h) 4AC_CONFIG_HEADERS(config.h)
5 5
@@ -36,7 +36,9 @@ AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h])
36 36
37dnl Write config.status and the Makefile 37dnl Write config.status and the Makefile
38 38
39AC_OUTPUT(Makefile Documentation/Makefile) 39AC_OUTPUT(Makefile
40Documentation/Makefile
41contrib/Makefile)
40 42
41AC_MSG_RESULT([------------------------------------]) 43AC_MSG_RESULT([------------------------------------])
42AC_MSG_RESULT([Apache version : $APACHE_VERSION]) 44AC_MSG_RESULT([Apache version : $APACHE_VERSION])