# HG changeset patch # User Bruno Haible # Date 1306184044 -7200 # Node ID b17e131e479bb28108dd73121c0c9c12f6eb9a8f # Parent 8f6c698d07896213d9a9ef7e5d86bc2de8773e5c 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. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-23 Bruno Haible + + 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. + 2011-05-23 Bruno Haible crc: Move AC_LIBOBJ invocations to module description. diff --git a/m4/c-strtod.m4 b/m4/c-strtod.m4 --- a/m4/c-strtod.m4 +++ b/m4/c-strtod.m4 @@ -1,4 +1,4 @@ -# c-strtod.m4 serial 12 +# c-strtod.m4 serial 13 # Copyright (C) 2004-2006, 2009-2011 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation @@ -33,11 +33,9 @@ fi ]) +dnl Prerequisites of lib/c-strtod.c. AC_DEFUN([gl_C_STRTOD], [ - AC_LIBOBJ([c-strtod]) - - dnl Prerequisites of lib/c-strtod.c. AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) AC_CHECK_FUNCS([strtod_l]) diff --git a/modules/c-strtod b/modules/c-strtod --- a/modules/c-strtod +++ b/modules/c-strtod @@ -15,6 +15,7 @@ gl_C_STRTOD Makefile.am: +lib_SOURCES += c-strtod.c Include: "c-strtod.h"