X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fstrtoul.m4;h=ca700062f3b88b69bf265daed9601b8cbec30775;hb=b8462c05181331456c9136877d2539b4f43a01cb;hp=512cd09a48746dacca7f855a72d9f1ca3f7f4a95;hpb=44d7c1c1f004fa9bfb8ec3948de2671a7958cf5b;p=gnulib.git diff --git a/m4/strtoul.m4 b/m4/strtoul.m4 index 512cd09a4..ca700062f 100644 --- a/m4/strtoul.m4 +++ b/m4/strtoul.m4 @@ -1,18 +1,10 @@ -# strtoul.m4 serial 2 -dnl Copyright (C) 2002 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) - if test $ac_cv_func_strtoul = no; then - gl_PREREQ_STRTOUL - fi -]) - -# Prerequisites of lib/strtoul.c. -AC_DEFUN([gl_PREREQ_STRTOUL], [ - gl_PREREQ_STRTOL + AC_REPLACE_FUNCS([strtoul]) ])