Mercurial > hg > octave-kai > gnulib-hg
view m4/strtod-obsolete.m4 @ 14616:ffa170f6f764
strtod: Remove check for strtod, unless supporting old platforms.
* modules/strtod-obsolete: New file.
* m4/strtod-obsolete.m4: New file.
* m4/strtod.m4 (gl_FUNC_STRTOD): Don't check whether strtod is declared
if gl_FUNC_STRTOD_OBSOLETE is not also defined.
* modules/strtod (Depends-on): Add strtod-obsolete.
* doc/posix-functions/strtod.texi: Mention module strtod-obsolete.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 25 Apr 2011 20:53:41 +0200 |
parents | |
children | 8250f2777afc |
line wrap: on
line source
# strtod-obsolete.m4 serial 1 dnl Copyright (C) 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. AC_DEFUN([gl_FUNC_STRTOD_OBSOLETE], [ dnl The real code is in strtod.m4. : ])