]> code.citadel.org Git - citadel.git/blobdiff - citadel/configure.ac
build database cleanup from configure to have it behaving a bit closer to the install...
[citadel.git] / citadel / configure.ac
index ab51500e7c868a30bfee4ea2bcc12dc1883be7f4..1bf71510b4593621f0c5765e35d19b207c4a78ff 100644 (file)
@@ -668,6 +668,8 @@ AC_REPLACE_FUNCS(snprintf getutline)
 #      esac
 #      ])
 
+
+
 AC_CACHE_CHECK([under the bed], ac_cv_under_the_bed, [
        number=`date | cut -c 19`
        case $number in
@@ -692,7 +694,7 @@ AC_SUBST(SERVER_LIBS)
 AC_SUBST(SETUP_LIBS)
 AC_CONFIG_HEADER(sysdep.h)
 AC_CONFIG_FILES([Makefile])
-AC_OUTPUT
+AC_OUTPUT(database_cleanup.sh)
 
 if test -z "$DATABASE"; then
        AC_MSG_WARN([No database driver was found. Please install Berkeley DB.])