m4: Stop autoconf whinging about AC_PROG_CC_STDC being obsolete

I tried using 'autoupdate' but it failed completely to do the right
thing.
This commit is contained in:
Richard W.M. Jones
2025-04-22 11:46:31 +01:00
parent 6bf8c05961
commit 632937d8fb

View File

@@ -20,7 +20,7 @@ dnl Define the host CPU architecture (defines 'host_cpu')
AC_CANONICAL_HOST
dnl Check for basic C environment.
AC_PROG_CC_STDC
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_CPP