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