]> git.ipfire.org Git - thirdparty/elfutils.git/commit
configure.ac: Update AC_PROG_CC and AC_PROG_LEX for autoconf 2.70
authorMark Wielaard <mark@klomp.org>
Sat, 22 Oct 2022 19:58:19 +0000 (21:58 +0200)
committerMark Wielaard <mark@klomp.org>
Thu, 27 Oct 2022 16:46:49 +0000 (18:46 +0200)
commit65b3fb51b83b5a37345c6a9ae7c77b2e9d3a6517
treeb1572733ef5420990e957dcbebcb79b234ae245a
parent73d016bde224af6d1be7c86fb2ea67af22f7582f
configure.ac: Update AC_PROG_CC and AC_PROG_LEX for autoconf 2.70

With autoconf 2.70 we must use AC_PROG_CC (which will check for c11
and c99), for earlier versions we'll use AC_PROG_CC_C99. Also use
AC_PROG_LEX([noyywrap]), the extra argument is ignored with earlier
versions, but required for 2.70.

Signed-off-by: Mark Wielaard <mark@klomp.org>
ChangeLog
configure.ac