c-strtold: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2011 20:55:29 +0000 (22:55 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:21 +0000 (00:07 +0200)
* m4/c-strtod.m4 (gl_C_STRTOLD): Remove AC_LIBOBJ invocation.
* modules/c-strtold (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/c-strtod.m4
modules/c-strtold

index c245a7a..89324ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
+       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  <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.
index 5229a1b..20c65b8 100644 (file)
@@ -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])
index e846276..72ff21d 100644 (file)
@@ -16,6 +16,7 @@ configure.ac:
 gl_C_STRTOLD
 
 Makefile.am:
+lib_SOURCES += c-strtold.c
 
 Include:
 "c-strtod.h"