diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-01-03 13:48:07 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-01-03 13:48:07 +0100 |
commit | 2def3b92e5a89c16e64c7073936840ba4252a61a (patch) | |
tree | 8cb11d930b3d6b311fb1623d9542938b255b9402 /configure.ac | |
parent | 87069e887226907ebb0e557ae09e387396ad9a6b (diff) | |
download | fetchmail-2def3b92e5a89c16e64c7073936840ba4252a61a.tar.gz fetchmail-2def3b92e5a89c16e64c7073936840ba4252a61a.tar.bz2 fetchmail-2def3b92e5a89c16e64c7073936840ba4252a61a.zip |
Bump version to 6.4.15.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 203469b1..a55054d4 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl Process this file with autoconf to produce a configure script. dnl dnl XXX - if bumping version here, check fetchmail.man, too! -AC_INIT([fetchmail],[6.4.14],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.15],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) @@ -28,6 +28,8 @@ dnl python is optional # to disable python detection and continue without building/installing # fetchmail.conf -- be sure to check README.packaging, too! # +# recent Python 3.x versions are supported. +# AM_PATH_PYTHON(2.7,,AC_MSG_WARN([Disabling fetchmailconf: python 2.7 or greater not found])) AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :]) |