summaryrefslogtreecommitdiff
path: root/m4/c-strtod.m4
AgeCommit message (Collapse)Author
2006-07-01(gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.Paul Eggert
Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't want to require the building of c-strtod.o.
2006-05-28(gl_C99_STRTOLD): Use a link test rather than aPaul Eggert
compile test, for Tru64 4.0D.
2005-01-29Use AC_LIBSOURCES to list corresponding source (.c, .h, .y) filesJim Meyering
so that automake automatically knows to distribute those files. Use AC_LIBOBJ to ensure that automake automatically knows the names of always-compiled source files. Automake already knows the names of conditionally compiled ones, e.g., due to preexisting uses of AC_LIBOBJ and AC_REPLACE_FUNCS. [This is a start. Many still remain to be fixed...]
2005-01-23Use an all-permissive copyright notice, recommended by RMS.Paul Eggert
2004-12-20(gl_C99_STRTOLD): New macro.Paul Eggert
(gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
2004-08-04Remove bogus "*/" from shell comment.Paul Eggert
2004-07-12(gl_C_STRTOD): Add gl_USE_SYSTEM_EXTENSIONS.Paul Eggert
2004-07-12New file.Paul Eggert