From 24115a1330bc3267b541240a5d354855b28bc474 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 23 May 2011 22:55:29 +0200 Subject: [PATCH] c-strtold: Move AC_LIBOBJ invocations to module description. * m4/c-strtod.m4 (gl_C_STRTOLD): Remove AC_LIBOBJ invocation. * modules/c-strtold (Makefile.am): Augment lib_SOURCES. --- ChangeLog | 6 ++++++ m4/c-strtod.m4 | 6 ++---- modules/c-strtold | 1 + 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index c245a7a52..89324ba36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + c-strtold: Move AC_LIBOBJ invocations to module description. + * m4/c-strtod.m4 (gl_C_STRTOLD): Remove AC_LIBOBJ invocation. + * modules/c-strtold (Makefile.am): Augment lib_SOURCES. + +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. diff --git a/m4/c-strtod.m4 b/m4/c-strtod.m4 index 5229a1b90..20c65b825 100644 --- a/m4/c-strtod.m4 +++ b/m4/c-strtod.m4 @@ -1,4 +1,4 @@ -# c-strtod.m4 serial 13 +# c-strtod.m4 serial 14 # Copyright (C) 2004-2006, 2009-2011 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation @@ -43,11 +43,9 @@ AC_DEFUN([gl_C_STRTOD], : ]) +dnl Prerequisites of lib/c-strtold.c. AC_DEFUN([gl_C_STRTOLD], [ - AC_LIBOBJ([c-strtold]) - - dnl Prerequisites of lib/c-strtold.c. AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) AC_REQUIRE([gl_C99_STRTOLD]) AC_CHECK_FUNCS([strtold_l]) diff --git a/modules/c-strtold b/modules/c-strtold index e846276b7..72ff21dd1 100644 --- a/modules/c-strtold +++ b/modules/c-strtold @@ -16,6 +16,7 @@ configure.ac: gl_C_STRTOLD Makefile.am: +lib_SOURCES += c-strtold.c Include: "c-strtod.h" -- 2.11.0