X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fvsnprintf-posix.m4;h=3b720885adb2e89a1f87e088de67016ce4c510e6;hb=14c0eff67c28b3adafbb9a98424eec4a2714e0bb;hp=7967e780c552053494e14667bb424c40df340951;hpb=220f76a18ac3dc194f5dc7a53781f646e4fa4de6;p=gnulib.git diff --git a/m4/vsnprintf-posix.m4 b/m4/vsnprintf-posix.m4 index 7967e780c..3b720885a 100644 --- a/m4/vsnprintf-posix.m4 +++ b/m4/vsnprintf-posix.m4 @@ -1,5 +1,5 @@ -# vsnprintf-posix.m4 serial 14 -dnl Copyright (C) 2007-2009 Free Software Foundation, Inc. +# vsnprintf-posix.m4 serial 15 +dnl Copyright (C) 2007-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -23,7 +23,7 @@ AC_DEFUN([gl_FUNC_VSNPRINTF_POSIX], gl_cv_func_vsnprintf_posix=no AC_CHECK_FUNCS([vsnprintf]) if test $ac_cv_func_vsnprintf = yes; then - dnl Assume that if vsnprintf() exists, snprintf() also exists. + dnl These tests use vsnprintf() if snprintf() does not exist. gl_SNPRINTF_TRUNCATION_C99 gl_SNPRINTF_RETVAL_C99 gl_SNPRINTF_DIRECTIVE_N