Revision: 1298
http://www.exim.org/viewvc/pcre2?view=rev&revision=1298
Author: ph10
Date: 2021-02-06 11:48:06 +0000 (Sat, 06 Feb 2021)
Log Message:
-----------
Try reducing autoconf requirement to 2.60.
Modified Paths:
--------------
code/trunk/ChangeLog
code/trunk/configure.ac
Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog 2021-02-02 17:02:55 UTC (rev 1297)
+++ code/trunk/ChangeLog 2021-02-06 11:48:06 UTC (rev 1298)
@@ -29,7 +29,8 @@
to the lastest autoconf. Running autoupdate made some valid changes, some valid
suggestions, and also some invalid changes, which were fixed by hand. Autoconf
now runs clean and the resulting "configure" seems to work, so I hope nothing
-is broken.
+is broken. Later: the requirement for autoconf 2.70 broke some automatic test
+robots. It doesn't seem to be necessary: trying a reduction to 2.60.
Version 10.36 04-December-2020
Modified: code/trunk/configure.ac
===================================================================
--- code/trunk/configure.ac 2021-02-02 17:02:55 UTC (rev 1297)
+++ code/trunk/configure.ac 2021-02-06 11:48:06 UTC (rev 1298)
@@ -22,7 +22,7 @@
# NOTE: The CMakeLists.txt file searches for the above variables in the first
# 50 lines of this file. Please update that if the variables above are moved.
-AC_PREREQ([2.70])
+AC_PREREQ([2.60])
AC_INIT([PCRE2],pcre2_major.pcre2_minor[]pcre2_prerelease,[],[pcre2])
AC_CONFIG_SRCDIR([src/pcre2.h.in])
AM_INIT_AUTOMAKE([dist-bzip2 dist-zip])