From 2ad84d9d271c4e323b065815c05d6c7eaaeb7817 Mon Sep 17 00:00:00 2001 From: Guy-Fleury Iteriteka Date: Mon, 2 May 2022 09:27:57 +0200 Subject: mig: remove local definition of 'vprintf' autoconf consider that 'AC_FUNC_VPRINTF' is obsolescent. see 'info autoconf AC_FUNC_VPRINTF' * Makefile.am: remove 'vprint.c' on src files. configure.ac: remove 'AC_FUNC_VPRINTF' macro. vprint.c: delete file. Message-Id: --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d992264..e4645bd 100644 --- a/configure.ac +++ b/configure.ac @@ -38,10 +38,6 @@ AC_PROG_INSTALL dnl Checks for header files. AC_HEADER_STDC -dnl Checks for library functions. -AC_FUNC_VPRINTF - - [if [ "$target" = "$host" ]; then TARGET_CC='${CC}' else] -- cgit v1.2.3