From: OpenOCD-Gerrit <ope...@us...> - 2020-08-08 21:17:34
|
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 86777768ebef236f1f90a4abb6a6e1487884d753 (commit) from fa9a4d4db5cfe44b7aadb1b8ef220f94423742a1 (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 86777768ebef236f1f90a4abb6a6e1487884d753 Author: R. Diez <rdi...@ya...> Date: Thu Apr 30 16:28:28 2020 +0200 Fix 2 warnings about obsolete Autoconf macros. Those changes were automatically suggested by tool "autoupdate". Change-Id: Id70bdeacc3c80816f3f5c65d1abceabb5cdf3873 Signed-off-by: R. Diez <rdi...@ya...> Reviewed-on: http://openocd.zylin.com/5638 Tested-by: jenkins Reviewed-by: Antonio Borneo <bor...@gm...> diff --git a/configure.ac b/configure.ac index 8bdeacdd7..90ac2a98c 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AH_BOTTOM([ #include <helper/replacements.h> ]) -AC_LANG_C +AC_LANG([C]) AC_PROG_CC AC_PROG_CC_C99 AM_PROG_CC_C_O @@ -34,7 +34,7 @@ m4_defun([_LT_AC_LANG_CXX_CONFIG], [:]) m4_defun([_LT_AC_LANG_F77_CONFIG], [:]) m4_defun([_LT_AC_LANG_GCJ_CONFIG], [:]) AC_DISABLE_SHARED -AC_PROG_LIBTOOL +LT_INIT AC_SUBST([LIBTOOL_DEPS]) dnl configure checks required for Jim files (these are obsolete w/ C99) ----------------------------------------------------------------------- Summary of changes: configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Main OpenOCD repository |