X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fxstrtol.m4;h=1fdcf717f5a7761619d0b828fb05abe0dbfc6972;hb=4097b52187106b6a2940d28968cfecd4e53f9b4e;hp=cd5a549dd370d6fc2d9df1e14c6503da06b8af7b;hpb=82ff49b55425e14156a89f4d2ab4267409665f54;p=gnulib.git diff --git a/m4/xstrtol.m4 b/m4/xstrtol.m4 index cd5a549dd..1fdcf717f 100644 --- a/m4/xstrtol.m4 +++ b/m4/xstrtol.m4 @@ -1,5 +1,6 @@ -#serial 9 -dnl Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +#serial 10 +dnl Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software +dnl 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. @@ -8,4 +9,5 @@ AC_DEFUN([gl_XSTRTOL], [ AC_LIBOBJ([xstrtol]) AC_LIBOBJ([xstrtoul]) + AC_LIBOBJ([xstrtol-error]) ])