Mercurial > hg > octave-shane > gnulib-hg
changeset 8561:91ebfe0b4583
* m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
regression in logic sense of previous patch.
author | Eric Blake <ebb9@byu.net> |
---|---|
date | Mon, 26 Mar 2007 18:25:16 +0000 |
parents | 20f7df9dd383 |
children | 6fd01943c239 |
files | ChangeLog m4/vasnprintf.m4 |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-26 Eric Blake <ebb9@byu.net> + + * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix + regression in logic sense of previous patch. + 2007-03-26 Bruno Haible <bruno@clisp.org> * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use @@ -203,7 +208,7 @@ * modules/isnanl-nolibm (Files): Add lib/float+.h. * modules/isnanl (Files): Add lib/float+.h. * modules/vasnprintf (Files): Add lib/float+.h. - + 2007-03-24 Bruno Haible <bruno@clisp.org> * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
--- a/m4/vasnprintf.m4 +++ b/m4/vasnprintf.m4 @@ -1,4 +1,4 @@ -# vasnprintf.m4 serial 10 +# vasnprintf.m4 serial 11 dnl Copyright (C) 2002-2004, 2006-2007 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it,