diff options
author | Guy-Fleury Iteriteka <gfleury@disroot.org> | 2022-05-02 09:27:57 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-05-02 18:04:26 +0200 |
commit | 2ad84d9d271c4e323b065815c05d6c7eaaeb7817 (patch) | |
tree | 628cef5035b91da9e03b2e8c28cd2dbdb9aa6a92 /Makefile.am | |
parent | 983b56e9f7ef1fdfcf82ad82cc70f939318e599f (diff) | |
download | mig-2ad84d9d271c4e323b065815c05d6c7eaaeb7817.tar.gz mig-2ad84d9d271c4e323b065815c05d6c7eaaeb7817.tar.bz2 mig-2ad84d9d271c4e323b065815c05d6c7eaaeb7817.zip |
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: <Ym+H/OM0PnucKO4w@debian>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |