This is an automated email from Gerrit. Antonio Borneo ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/6008
-- gerrit commit 26150d059de2f392bd187eb61d33e860f19ae1e1 Author: Antonio Borneo <[email protected]> Date: Fri Jan 8 13:15:14 2021 +0100 configure.ac: switch to autoconf 2.69 OpenOCD file configure.ac requires autoconf equal or newer then 2.64, which is quite old. These are the release dates taken from ftp.gnu.org/gnu/autoconf : - autoconf-2.64 2009-07-26 - autoconf-2.65 2009-11-21 - autoconf-2.66 2010-07-02 - autoconf-2.67 2010-08-02 - autoconf-2.68 2010-09-22 - autoconf-2.69 2012-04-24 - autoconf-2.70 2020-12-08 Switch to autoconf 2.69, which is old enough to be the standard in all current systems. This should reduce the effort on maintaining configure.ac compatible across versions. Change-Id: Ia7c78d2fa34c50ed5ccf4fb66ad3484369cf3b4a Signed-off-by: Antonio Borneo <[email protected]> diff --git a/configure.ac b/configure.ac index 0124866..71b2381 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_PREREQ(2.64) +AC_PREREQ([2.69]) AC_INIT([openocd], [0.11.0-rc1+dev], [OpenOCD Mailing List <[email protected]>]) AC_CONFIG_SRCDIR([src/openocd.c]) -- _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
