summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index f140fe5..92ff4ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.53)
-AC_INIT(esmtp, 1.0)
+AC_INIT(esmtp, 1.1)
AC_CONFIG_SRCDIR(Makefile.am)
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE(1.9 dist-bzip2)
@@ -40,8 +40,6 @@ else
AC_MSG_ERROR(libESMTP library not found)
fi
-AC_SUBST( sysconfdir )
-
jrf_FUNC_GETOPT
AC_CHECK_FUNCS([getuid geteuid])