summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-23 22:54:04 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:20 +0200
commit9dc832be349ac6317de3af56db94c8163fc26707 (patch)
tree3902c845f65d5fc8c5a8e71e6cad45a4ef94c288
parent66b7c686fa3df7e6546b2a2dcd918f524fd4af57 (diff)
downloadgnulib-9dc832be349ac6317de3af56db94c8163fc26707.tar.gz
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.
-rw-r--r--ChangeLog6
-rw-r--r--m4/c-strtod.m46
-rw-r--r--modules/c-strtod1
3 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index f3c42d3daa..c245a7a520 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
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.
* m4/crc.m4: Remove file.
* modules/crc (Files): Remove it.
diff --git a/m4/c-strtod.m4 b/m4/c-strtod.m4
index d5f5f502cb..5229a1b905 100644
--- 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 @@ 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])
diff --git a/modules/c-strtod b/modules/c-strtod
index 3bed82552c..7999d45ee4 100644
--- a/modules/c-strtod
+++ b/modules/c-strtod
@@ -15,6 +15,7 @@ configure.ac:
gl_C_STRTOD
Makefile.am:
+lib_SOURCES += c-strtod.c
Include:
"c-strtod.h"