changeset 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 8f6c698d0789
children baa289766f6b
files ChangeLog m4/c-strtod.m4 modules/c-strtod
diffstat 3 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+	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  <bruno@clisp.org>
 
 	crc: Move AC_LIBOBJ invocations to module description.
--- 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])
 
--- 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"