mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/xstrtod.m4 (gl_XSTRTOD): Remove AC_LIBOBJ invocation. * modules/xstrtod (Makefile.am): Augment lib_SOURCES.
26 lines
260 B
Plaintext
26 lines
260 B
Plaintext
Description:
|
|
Convert string to 'double', with error checking.
|
|
|
|
Files:
|
|
lib/xstrtod.h
|
|
lib/xstrtod.c
|
|
m4/xstrtod.m4
|
|
|
|
Depends-on:
|
|
stdbool
|
|
|
|
configure.ac:
|
|
gl_XSTRTOD
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += xstrtod.c
|
|
|
|
Include:
|
|
"xstrtod.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|