X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Fstrtoul.m4;h=93e22483ba29f601d74d240314070e14858de8be;hb=85324298b2acc2f756c3e162446c810507e4c08f;hp=5ec54aa2ee2fbb440bab10f1d60226c811150100;hpb=4fde4952d5a3db51a122f96a31bfcd6879399fea;p=gnulib.git diff --git a/m4/strtoul.m4 b/m4/strtoul.m4 index 5ec54aa2e..93e22483b 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 5 +dnl Copyright (C) 2002, 2006, 2009-2012 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_CHECK_FUNCS([strtoul]) ])