diff options
author | Edward Rudd | 2004-02-12 03:44:12 +0000 |
---|---|---|
committer | Edward Rudd | 2004-02-12 03:44:12 +0000 |
commit | bdb5c0e5ea921d274b797f3b9b311b713eb0b792 (patch) | |
tree | bb70807189c0e14d5f5c87b57d345bca6ab98115 /configure.ac | |
parent | 6caf2429c3ff47657c8ce2579be1224063505f80 (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.ac | 6 |
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 @@ | |||
1 | dnl Required initializer | 1 | dnl Required initializer |
2 | AC_INIT(mod_log_sql, 1.95) | 2 | AC_INIT(mod_log_sql, 1.96) |
3 | AC_PREREQ(2.53) | 3 | AC_PREREQ(2.53) |
4 | AC_CONFIG_HEADERS(config.h) | 4 | AC_CONFIG_HEADERS(config.h) |
5 | 5 | ||
@@ -36,7 +36,9 @@ AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h]) | |||
36 | 36 | ||
37 | dnl Write config.status and the Makefile | 37 | dnl Write config.status and the Makefile |
38 | 38 | ||
39 | AC_OUTPUT(Makefile Documentation/Makefile) | 39 | AC_OUTPUT(Makefile |
40 | Documentation/Makefile | ||
41 | contrib/Makefile) | ||
40 | 42 | ||
41 | AC_MSG_RESULT([------------------------------------]) | 43 | AC_MSG_RESULT([------------------------------------]) |
42 | AC_MSG_RESULT([Apache version : $APACHE_VERSION]) | 44 | AC_MSG_RESULT([Apache version : $APACHE_VERSION]) |