configure.ac:581: warning: The macro 'AC_PROG_GCC_TRADITIONAL' is obsolete. configure.ac:581: You should run autoupdate. ./lib/autoconf/c.m4:1676: AC_PROG_GCC_TRADITIONAL is expanded from... configure.ac:581: the top level Signed-off-by: Steve Dickson <steved@xxxxxxxxxx> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d8205e80..e402c22d 100644 --- a/configure.ac +++ b/configure.ac @@ -578,7 +578,7 @@ AC_FUNC_ERROR_AT_LINE AC_FUNC_FORK AC_FUNC_GETGROUPS AC_FUNC_GETMNTENT -AC_PROG_GCC_TRADITIONAL +AC_PROG_CC AC_FUNC_LSTAT AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK AC_HEADER_MAJOR -- 2.49.0