summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 92ff4ba..7572160 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.53)
+AC_PREREQ(2.65)
AC_INIT(esmtp, 1.1)
AC_CONFIG_SRCDIR(Makefile.am)
AC_CONFIG_HEADERS(config.h)
-AM_INIT_AUTOMAKE(1.9 dist-bzip2)
+AM_INIT_AUTOMAKE(1.11 dist-bzip2)
AM_MAINTAINER_MODE
AC_PROG_CC