This is an automated email from Gerrit.

Anonymous Coward ([email protected]) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/5638

-- gerrit

commit 86449589bd282ae9203dbb134629688cc820e482
Author: R. Diez <[email protected]>
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 <[email protected]>

diff --git a/configure.ac b/configure.ac
index 0dc7a75..652a05f 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)

-- 


_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to