summaryrefslogtreecommitdiff
path: root/m4/xstrtod.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-07-03 08:32:46 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-07-03 08:32:46 +0000
commit79c0a43808d9ca85acd04600149fc1a9b75bd1b9 (patch)
tree4f8176f1b188c153bea1e568a0610836ae36ab1a /m4/xstrtod.m4
parent8aaff11b82298106fa5ce0ff3d22351d43dd468f (diff)
downloadgnulib-79c0a43808d9ca85acd04600149fc1a9b75bd1b9.tar.gz
Merge from coreutils.
Diffstat (limited to 'm4/xstrtod.m4')
-rw-r--r--m4/xstrtod.m411
1 files changed, 9 insertions, 2 deletions
diff --git a/m4/xstrtod.m4 b/m4/xstrtod.m4
index 9307bd391c..e9c94ca68e 100644
--- a/m4/xstrtod.m4
+++ b/m4/xstrtod.m4
@@ -1,5 +1,5 @@
-#serial 4
-dnl Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
+#serial 5
+dnl Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
@@ -10,3 +10,10 @@ AC_DEFUN([gl_XSTRTOD],
AC_LIBSOURCES([xstrtod.c, xstrtod.h])
AC_LIBOBJ([xstrtod])
])
+
+# Prerequisites of lib/xstrtold.c.
+AC_DEFUN([gl_XSTRTOLD],
+[
+ AC_LIBSOURCES([xstrtold.c, xstrtod.c, xstrtod.h])
+ AC_LIBOBJ([xstrtold])
+])