summaryrefslogtreecommitdiffstatsabout
path: root/configure.ac
diff options
context:
space:
mode:
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])