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

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

index f3c42d3daa63c7f6e2c623c7834ec04c6c160a15..c245a7a52092c493f5f2cb68ccda61839cebcab9 100644 (file)
--- 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.
index d5f5f502cbadc50c37fb2a1fbdd5537dc60d9377..5229a1b9052b2d77de54f03b4b222e486afb43d6 100644 (file)
@@ -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 @@ AC_DEFUN([gl_C99_STRTOLD],
   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])
 
index 3bed82552cde8586ecb6b653730de368f8c2f6c8..7999d45ee4133e029fa1599386c483dfe628f4b2 100644 (file)
@@ -15,6 +15,7 @@ configure.ac:
 gl_C_STRTOD
 
 Makefile.am:
+lib_SOURCES += c-strtod.c
 
 Include:
 "c-strtod.h"