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