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: --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5d924da..918efa1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ migcom_SOURCES = boolean.h error.c error.h global.c global.h \ header.c lexxer.h lexxer.l message.h mig_string.h \ migcom.c parser.h parser.y routine.c routine.h \ server.c statement.c statement.h string.c \ - type.c type.h user.c utils.c utils.h vprint.c write.h + type.c type.h user.c utils.c utils.h write.h migcom_LDADD = @LEXLIB@ SUFFIXES = .h .symo .symc .sym -- cgit v1.2.3