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/6011
-- gerrit commit 780b2728e4783fd9db632f5d7f5d2ee2ea8f3734 Author: Antonio Borneo <[email protected]> Date: Sat Jan 9 00:01:47 2021 +0100 bootstrap: revert the workaround for autoconf 2.70 Now that the obsoleted autoconf macros have been removed from configure.ac, revert the workaround in bootstrap. Change-Id: I12325e00b6075af132e7cb65f922f7903f71d6a1 Signed-off-by: Antonio Borneo <[email protected]> diff --git a/bootstrap b/bootstrap index 7c5ab01..e81ba4d 100755 --- a/bootstrap +++ b/bootstrap @@ -27,8 +27,7 @@ set -x aclocal --warnings=all # Apparently, not all versions of libtoolize support option --warnings=all . ${libtoolize} --automake --copy -# autoconf 2.70 triggers warnings on obsolete macros -autoconf --warnings=all,no-obsolete +autoconf --warnings=all autoheader --warnings=all automake --warnings=all --gnu --add-missing --copy ) -- _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
