From aab9bb42224fbb92c11eabb477282a8f0efe1c17 Mon Sep 17 00:00:00 2001 From: Sam Varshavchik Date: Sat, 28 Feb 2015 11:59:45 -0500 Subject: 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. --- imap/configure.ac | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'imap/configure.ac') 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) -- cgit v1.2.3