X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fxstrtod.m4;h=625e19c9d0f7a5a4fa6946ffc86c77586e0e8e23;hb=6608ac42ed5557e8340a1f45679c619909b751a1;hp=fd761dfd6e5a10ffcc8836239b81c92d8224284b;hpb=44d7c1c1f004fa9bfb8ec3948de2671a7958cf5b;p=gnulib.git diff --git a/m4/xstrtod.m4 b/m4/xstrtod.m4 index fd761dfd6..625e19c9d 100644 --- a/m4/xstrtod.m4 +++ b/m4/xstrtod.m4 @@ -1,5 +1,5 @@ -# xstrtod.m4 serial 3 -dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc. +#serial 6 +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. @@ -7,5 +7,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]) ])