summaryrefslogtreecommitdiffstatsabout
path: root/configure.ac
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2008-10-25 16:53:01 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2008-10-25 16:53:01 (GMT)
commitc694bd17981c10ffbfe67684afed1cdef432302d (patch)
treeb5749da116a2021bb0f1e488c9680995b7c162bf /configure.ac
parent4fb176a9f4fcb3f67924dce64681c2c49ec74152 (diff)
rename autoheader config file to autoconfig.h instead of config.h
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e706103..c5e7b5d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Required initializer
2AC_INIT([mod_log_sql],[1.102]) 2AC_INIT([mod_log_sql],[1.102])
3OOO_CONFIG_NICE(config.nice) 3OOO_CONFIG_NICE(config.nice)
4AC_PREREQ(2.59) 4AC_PREREQ(2.59)
5AC_CONFIG_HEADERS(include/config.h) 5AC_CONFIG_HEADERS(include/autoconfig.h)
6AC_CONFIG_SRCDIR(src/mod_log_sql.c) 6AC_CONFIG_SRCDIR(src/mod_log_sql.c)
7 7
8OOO_MAINTAIN_MODE 8OOO_MAINTAIN_MODE