summaryrefslogtreecommitdiffstats
path: root/imap/configure.ac
diff options
context:
space:
mode:
authorSam Varshavchik2015-02-28 11:59:45 -0500
committerSam Varshavchik2015-02-28 11:59:45 -0500
commitaab9bb42224fbb92c11eabb477282a8f0efe1c17 (patch)
tree9c9f27f6e3755bc7bba874727ae08a0e1a5df48b /imap/configure.ac
parent3c35c22f36316dd84533a5d22f04f8b8f90b23a3 (diff)
downloadcourier-libs-aab9bb42224fbb92c11eabb477282a8f0efe1c17.tar.bz2
Remove clean and smudge filters from the git repo that are used to
stamp sysconftool-processed configuration file. Rename all sysconftool-processed configuration files to *.git, and use a build rule to create a stamped sysconftool file. Fix a couple of compilation warnings.
Diffstat (limited to 'imap/configure.ac')
-rw-r--r--imap/configure.ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/imap/configure.ac b/imap/configure.ac
index df67887..972cd26 100644
--- a/imap/configure.ac
+++ b/imap/configure.ac
@@ -313,6 +313,17 @@ fi
AM_CONDITIONAL(HAVE_SGML, test -d ${srcdir}/../docbook)
+# This gets built by the make rule, and is not in the git repo
+
+for f in imapd.dist.in imapd-ssl.dist.in pop3d.dist.in pop3d-ssl.dist.in
+do
+ if test ! -f "$srcdir/$f"
+ then
+ cp -p "$srcdir/$f.git" "$srcdir/$f"
+ touch "$srcdir/$f.git"
+ fi
+done
+
AC_SUBST(target_cpu)
AC_SUBST(target_vendor)
AC_SUBST(target_os)