* m4/xstrtod.m4 (gl_XSTRTOD): Remove AC_LIBOBJ invocation.
* modules/xstrtod (Makefile.am): Augment lib_SOURCES.
+2011-05-23 Bruno Haible <bruno@clisp.org>
+
+ xstrtod: Move AC_LIBOBJ invocations to module description.
+ * m4/xstrtod.m4 (gl_XSTRTOD): Remove AC_LIBOBJ invocation.
+ * modules/xstrtod (Makefile.am): Augment lib_SOURCES.
+
2011-05-23 Bruno Haible <bruno@clisp.org>
xnanosleep: Move AC_LIBOBJ invocations to module description.
-#serial 6
+#serial 7
dnl Copyright (C) 2002-2003, 2005-2006, 2009-2011 Free Software Foundation,
dnl Inc.
dnl This file is free software; the Free Software Foundation
# Prerequisites of lib/xstrtod.c.
AC_DEFUN([gl_XSTRTOD],
[
- AC_LIBOBJ([xstrtod])
+ :
])
# Prerequisites of lib/xstrtold.c.
gl_XSTRTOD
Makefile.am:
+lib_SOURCES += xstrtod.c
Include:
"xstrtod.h"