summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2019-03-27 03:06:25 +0100
committerGuillem Jover <guillem@debian.org>2019-10-12 16:37:22 +0200
commit4006a1dd98f1d57a420f95177d74ffcf6b2ffc95 (patch)
tree12142446b53fb24057467d684f9b4cd4927cdc83 /m4
parent463ed9a7becbe509948620d9c1138e40c711c45c (diff)
downloaddpkg-4006a1dd98f1d57a420f95177d74ffcf6b2ffc95.tar.gz
build: Bump minimal Perl version to 5.24.1
The Perl version in Debian stretch is 5.24.1, which is the release that will be oldstable once 1.20.x gets uploaded to Debian unstable.
Diffstat (limited to 'm4')
-rw-r--r--m4/dpkg-progs.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/dpkg-progs.m4 b/m4/dpkg-progs.m4
index 3793fc4fd..ab27f9149 100644
--- a/m4/dpkg-progs.m4
+++ b/m4/dpkg-progs.m4
@@ -7,7 +7,7 @@
# Locate perl interpreter in the path
AC_DEFUN([DPKG_PROG_PERL], [
AC_ARG_VAR([PERL], [Perl interpreter])dnl
- m4_define([_PERL_MIN_VERSION], [5.20.2])
+ m4_define([_PERL_MIN_VERSION], [5.24.1])
AC_SUBST([PERL_MIN_VERSION], [_PERL_MIN_VERSION])
AC_CACHE_CHECK([for perl >= _PERL_MIN_VERSION], [ac_cv_path_PERL], [
AC_PATH_PROGS_FEATURE_CHECK([PERL], [perl], [