From 2def3b92e5a89c16e64c7073936840ba4252a61a Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 3 Jan 2021 13:48:07 +0100 Subject: Bump version to 6.4.15. --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.ac') 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" != :]) -- cgit v1.2.3