summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-24 03:31:49 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:44 +0200
commit8b0a6f48b46b491cddb996568029b0a01bdc9173 (patch)
tree8a74a835d72e3c4c187b882cf2afd78d747a44f4 /m4
parenta741924d0e1aa60262b7a2d75adf2cee07493ce9 (diff)
downloadgnulib-8b0a6f48b46b491cddb996568029b0a01bdc9173.tar.gz
xstrtold: Move AC_LIBOBJ invocations to module description.
* m4/xstrtod.m4 (gl_XSTRTOLD): Remove AC_LIBOBJ invocation. * modules/xstrtold (Makefile.am): Augment lib_SOURCES.
Diffstat (limited to 'm4')
-rw-r--r--m4/xstrtod.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/xstrtod.m4 b/m4/xstrtod.m4
index 6bc1c27828..f27ef9f5fd 100644
--- a/m4/xstrtod.m4
+++ b/m4/xstrtod.m4
@@ -1,4 +1,4 @@
-#serial 7
+#serial 8
dnl Copyright (C) 2002-2003, 2005-2006, 2009-2011 Free Software Foundation,
dnl Inc.
dnl This file is free software; the Free Software Foundation
@@ -14,5 +14,5 @@ AC_DEFUN([gl_XSTRTOD],
# Prerequisites of lib/xstrtold.c.
AC_DEFUN([gl_XSTRTOLD],
[
- AC_LIBOBJ([xstrtold])
+ :
])