X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fxstrtod.m4;h=1e26e3aa4765f49a0ee89d36b1e72a8f2d3fe31d;hb=f921c7d1ed533250523b43796cd53144c048b01f;hp=9307bd391c0cc42112990d80fd97550a50bc596b;hpb=7c3f8da8f075e3813ced160d5b53a28c6f7dfe78;p=gnulib.git diff --git a/m4/xstrtod.m4 b/m4/xstrtod.m4 index 9307bd391..1e26e3aa4 100644 --- a/m4/xstrtod.m4 +++ b/m4/xstrtod.m4 @@ -1,5 +1,6 @@ -#serial 4 -dnl Copyright (C) 2002, 2003, 2005 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,6 +8,11 @@ dnl with or without modifications, as long as this notice is preserved. # Prerequisites of lib/xstrtod.c. AC_DEFUN([gl_XSTRTOD], [ - AC_LIBSOURCES([xstrtod.c, xstrtod.h]) AC_LIBOBJ([xstrtod]) ]) + +# Prerequisites of lib/xstrtold.c. +AC_DEFUN([gl_XSTRTOLD], +[ + AC_LIBOBJ([xstrtold]) +])