Skip to content

Commit dcc4d56

Browse files
author
Hellosun Wu
committed
Fxied autotools warning
1 parent 436ab5e commit dcc4d56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
AC_INIT([openocd_adapter], [5.2.0])
22
AC_CONFIG_MACRO_DIR([m4])
33
AM_INIT_AUTOMAKE([foreign -Wall])
4-
AC_LANG_C
54
AC_PROG_CC
6-
AC_PROG_CC_C99
5+
# autoconf 2.70 obsoletes AC_PROG_CC_C99 and includes it in AC_PROG_CC
6+
m4_version_prereq([2.70],[],[AC_PROG_CC_C99])
77
AM_PROG_CC_C_O
88
AM_PROG_AR
99
AC_PROG_RANLIB

0 commit comments

Comments
 (0)