X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fxstrtod.m4;h=1e26e3aa4765f49a0ee89d36b1e72a8f2d3fe31d;hb=15a0c625accdd9f8ff6b71ab62af36b8b3f408f8;hp=fd761dfd6e5a10ffcc8836239b81c92d8224284b;hpb=44d7c1c1f004fa9bfb8ec3948de2671a7958cf5b;p=gnulib.git diff --git a/m4/xstrtod.m4 b/m4/xstrtod.m4 index fd761dfd6..1e26e3aa4 100644 --- a/m4/xstrtod.m4 +++ b/m4/xstrtod.m4 @@ -1,5 +1,6 @@ -# xstrtod.m4 serial 3 -dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc. +#serial 6 +dnl Copyright (C) 2002-2003, 2005-2006, 2009-2010 Free Software Foundation, +dnl 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. @@ -7,5 +8,11 @@ dnl with or without modifications, as long as this notice is preserved. # Prerequisites of lib/xstrtod.c. AC_DEFUN([gl_XSTRTOD], [ - : + AC_LIBOBJ([xstrtod]) +]) + +# Prerequisites of lib/xstrtold.c. +AC_DEFUN([gl_XSTRTOLD], +[ + AC_LIBOBJ([xstrtold]) ])