X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=m4%2Fstrtoul.m4;h=ca700062f3b88b69bf265daed9601b8cbec30775;hb=785cdec4450a1459fdbb90df1344b69be34e0059;hp=5ec54aa2ee2fbb440bab10f1d60226c811150100;hpb=138fc7e67e3d9845cd7d81aad0e9c7724784f9b9;p=tar diff --git a/m4/strtoul.m4 b/m4/strtoul.m4 index 5ec54aa..ca70006 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 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]) ])