* 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>
+
+ 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.
-# 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
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])
gl_C_STRTOD
Makefile.am:
+lib_SOURCES += c-strtod.c
Include:
"c-strtod.h"