From 867cce4e32e7e64651887664724aa7f06566cb4b Mon Sep 17 00:00:00 2001 From: Sam Varshavchik Date: Sun, 13 Mar 2022 21:10:44 -0400 Subject: all: scripts to create installable *.deb packages. --- imap/configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'imap/configure.ac') diff --git a/imap/configure.ac b/imap/configure.ac index 2931cf3..7d02802 100644 --- a/imap/configure.ac +++ b/imap/configure.ac @@ -318,6 +318,12 @@ then fi fi +if test -f /etc/pam.d/common-auth +then + cp $srcdir/common.authpam imapd.pam + cp $srcdir/common.authpam pop3d.pam +fi + AM_CONDITIONAL(HAVE_SGML, test -d ${srcdir}/../docbook) # This gets built by the make rule, and is not in the git repo -- cgit v1.2.3