summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuy-Fleury Iteriteka <gfleury@disroot.org>2022-05-02 09:27:57 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-05-02 18:04:26 +0200
commit2ad84d9d271c4e323b065815c05d6c7eaaeb7817 (patch)
tree628cef5035b91da9e03b2e8c28cd2dbdb9aa6a92 /configure.ac
parent983b56e9f7ef1fdfcf82ad82cc70f939318e599f (diff)
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 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
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]