Mercurial > hg > octave-lojdl > gnulib-hg
view modules/c-strtod @ 15188:b17e131e479b
c-strtod: Move AC_LIBOBJ invocations to module description.
* m4/c-strtod.m4 (gl_C_STRTOD): Remove AC_LIBOBJ invocation.
* modules/c-strtod (Makefile.am): Augment lib_SOURCES.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 23 May 2011 22:54:04 +0200 |
parents | 39d05e3c2270 |
children |
line wrap: on
line source
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