From: OpenOCD-Gerrit <ope...@us...> - 2021-03-19 22:03:20
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via e15c2e8a8c6369052ec8898f40ec4a82b5495493 (commit) from f09aa77c0ca6f9f926be8a4508e9de58284052f6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e15c2e8a8c6369052ec8898f40ec4a82b5495493 Author: Antonio Borneo <bor...@gm...> Date: Thu Mar 18 16:14:04 2021 +0100 README: update requested autoconf version 2.69 Commit 4c00f96fc2e3 ("configure.ac: switch to autoconf 2.69") changes the required minor version of autoconf. Update the README file accordingly. Change-Id: I98b32b888ff531300f03c4ef9ebcbf8110509e52 Signed-off-by: Antonio Borneo <bor...@gm...> Reviewed-on: http://openocd.zylin.com/6114 Tested-by: jenkins Reviewed-by: Marc Schink <de...@za...> diff --git a/README b/README index fb3051f21..1c5f19277 100644 --- a/README +++ b/README @@ -220,7 +220,7 @@ You'll also need: Additionally, for building from git: -- autoconf >= 2.64 +- autoconf >= 2.69 - automake >= 1.14 - texinfo >= 5.0 ----------------------------------------------------------------------- Summary of changes: README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Main OpenOCD repository |