changeset 15259:8e9bc5abe470

xstrtod: Move AC_LIBOBJ invocations to module description. * m4/xstrtod.m4 (gl_XSTRTOD): Remove AC_LIBOBJ invocation. * modules/xstrtod (Makefile.am): Augment lib_SOURCES.
author Bruno Haible <bruno@clisp.org>
date Tue, 24 May 2011 03:30:41 +0200
parents e85b0d6913a1
children 84c3ed33329f
files ChangeLog m4/xstrtod.m4 modules/xstrtod
diffstat 3 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
+	xstrtod: Move AC_LIBOBJ invocations to module description.
+	* m4/xstrtod.m4 (gl_XSTRTOD): Remove AC_LIBOBJ invocation.
+	* modules/xstrtod (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
 	xnanosleep: Move AC_LIBOBJ invocations to module description.
 	* m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove AC_LIBOBJ invocation.
 	* modules/xnanosleep (Makefile.am): Augment lib_SOURCES.
--- a/m4/xstrtod.m4
+++ b/m4/xstrtod.m4
@@ -1,4 +1,4 @@
-#serial 6
+#serial 7
 dnl Copyright (C) 2002-2003, 2005-2006, 2009-2011 Free Software Foundation,
 dnl Inc.
 dnl This file is free software; the Free Software Foundation
@@ -8,7 +8,7 @@
 # Prerequisites of lib/xstrtod.c.
 AC_DEFUN([gl_XSTRTOD],
 [
-  AC_LIBOBJ([xstrtod])
+  :
 ])
 
 # Prerequisites of lib/xstrtold.c.
--- a/modules/xstrtod
+++ b/modules/xstrtod
@@ -13,6 +13,7 @@
 gl_XSTRTOD
 
 Makefile.am:
+lib_SOURCES += xstrtod.c
 
 Include:
 "xstrtod.h"