vsnprintf.h is replaced with <stdio.h>.
[gnulib.git] / m4 / vsnprintf.m4
1 # vsnprintf.m4 serial 3
2 dnl Copyright (C) 2002, 2003, 2004, 2007 Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved.
6
7 AC_DEFUN([gl_FUNC_VSNPRINTF],
8 [
9   AC_REQUIRE([gl_STDIO_H_DEFAULTS])
10   AC_REPLACE_FUNCS(vsnprintf)
11   AC_CHECK_DECLS_ONCE(vsnprintf)
12   if test $ac_cv_have_decl_vsnprintf = no; then
13     HAVE_DECL_VSNPRINTF=0
14   fi
15   gl_PREREQ_VSNPRINTF
16 ])
17
18 # Prerequisites of lib/vsnprintf.c.
19 AC_DEFUN([gl_PREREQ_VSNPRINTF], [:])