xstrtold: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Tue, 24 May 2011 01:31:49 +0000 (03:31 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:44 +0000 (00:07 +0200)
* m4/xstrtod.m4 (gl_XSTRTOLD): Remove AC_LIBOBJ invocation.
* modules/xstrtold (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/xstrtod.m4
modules/xstrtold

index 52a113f..71c7c1f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
+       xstrtold: Move AC_LIBOBJ invocations to module description.
+       * m4/xstrtod.m4 (gl_XSTRTOLD): Remove AC_LIBOBJ invocation.
+       * modules/xstrtold (Makefile.am): Augment lib_SOURCES.
+
+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.
index 6bc1c27..f27ef9f 100644 (file)
@@ -1,4 +1,4 @@
-#serial 7
+#serial 8
 dnl Copyright (C) 2002-2003, 2005-2006, 2009-2011 Free Software Foundation,
 dnl Inc.
 dnl This file is free software; the Free Software Foundation
@@ -14,5 +14,5 @@ AC_DEFUN([gl_XSTRTOD],
 # Prerequisites of lib/xstrtold.c.
 AC_DEFUN([gl_XSTRTOLD],
 [
-  AC_LIBOBJ([xstrtold])
+  :
 ])
index a29769c..f3c95d0 100644 (file)
@@ -14,6 +14,7 @@ configure.ac:
 gl_XSTRTOLD
 
 Makefile.am:
+lib_SOURCES += xstrtold.c
 
 Include:
 "xstrtod.h"