diff options
Diffstat (limited to 'imap/configure.ac')
| -rw-r--r-- | imap/configure.ac | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/imap/configure.ac b/imap/configure.ac index 49f909a..e538983 100644 --- a/imap/configure.ac +++ b/imap/configure.ac @@ -1,10 +1,10 @@  dnl Process this file with autoconf to produce a configure script.  dnl  dnl -dnl Copyright 1998 - 2016 Double Precision, Inc.  See COPYING for +dnl Copyright 1998 - 2019 Double Precision, Inc.  See COPYING for  dnl distribution information. -AC_INIT(courier-imap, 5.0.0, [courier-users@lists.sourceforge.net]) +AC_INIT(courier-imap, 5.0.11, [courier-users@lists.sourceforge.net])  >confdefs.h  # Kill PACKAGE_ macros @@ -18,6 +18,7 @@ AC_CONFIG_HEADERS(config.h)  dnl Checks for programs.  AC_USE_SYSTEM_EXTENSIONS  AC_PROG_CC +AC_PROG_CC_C99  AC_PROG_AWK  AC_PROG_INSTALL  AC_PROG_LN_S @@ -381,4 +382,5 @@ AC_SUBST(cacerts)  AC_OUTPUT(Makefile imapd.dist imapd-ssl.dist pop3d.dist pop3d-ssl.dist  	testsuitefix.pl mkimapdcert mkpop3dcert mkdhparams +	imapd.cnf.gnutls pop3d.cnf.gnutls  	imapd.cnf.openssl pop3d.cnf.openssl) | 
