]> git.ipfire.org Git - thirdparty/valgrind.git/commit
configure.ac: Update AC_PROG_CC checks
authorMark Wielaard <mark@klomp.org>
Sat, 28 Jan 2023 20:11:35 +0000 (21:11 +0100)
committerMark Wielaard <mark@klomp.org>
Sat, 28 Jan 2023 20:11:38 +0000 (21:11 +0100)
commit092d9085442a2519d7b1bdbc79334a307ad55574
tree8a60e32f54938a350baecc1c85c36a80a680e15e
parent45c61d598f435d59302dea084912cd3390de1ffc
configure.ac: Update AC_PROG_CC checks

AM_PROG_CC_C_O has been obsolete since automake 1.14.
AC_PROG_CC does the same check. 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.
configure.ac