mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/c-strtod.m4 (gl_C_STRTOD): Remove AC_LIBOBJ invocation. * modules/c-strtod (Makefile.am): Augment lib_SOURCES.
28 lines
291 B
Plaintext
28 lines
291 B
Plaintext
Description:
|
|
Convert string to double in C locale.
|
|
|
|
Files:
|
|
lib/c-strtod.c
|
|
lib/c-strtod.h
|
|
m4/c-strtod.m4
|
|
|
|
Depends-on:
|
|
extensions
|
|
locale
|
|
strdup-posix
|
|
|
|
configure.ac:
|
|
gl_C_STRTOD
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += c-strtod.c
|
|
|
|
Include:
|
|
"c-strtod.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|