X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=m4%2Fstrtoul.m4;h=5da011c596903492b0061d9bbfc7067f6de61d3e;hb=d5792eb8851543fa25dbe8928a59f46b521fd674;hp=5ec54aa2ee2fbb440bab10f1d60226c811150100;hpb=138fc7e67e3d9845cd7d81aad0e9c7724784f9b9;p=tar diff --git a/m4/strtoul.m4 b/m4/strtoul.m4 index 5ec54aa..5da011c 100644 --- a/m4/strtoul.m4 +++ b/m4/strtoul.m4 @@ -1,10 +1,10 @@ -# strtoul.m4 serial 3 -dnl Copyright (C) 2002, 2006 Free Software Foundation, Inc. +# strtoul.m4 serial 4 +dnl Copyright (C) 2002, 2006, 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. AC_DEFUN([gl_FUNC_STRTOUL], [ - AC_REPLACE_FUNCS(strtoul) + AC_REPLACE_FUNCS([strtoul]) ])