X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fstrtoul.m4;h=0f80e33eca451675bc54418f96321863327c12cb;hb=cea318a913148d825c03a4e45f4553e4cb4e2880;hp=512cd09a48746dacca7f855a72d9f1ca3f7f4a95;hpb=44d7c1c1f004fa9bfb8ec3948de2671a7958cf5b;p=gnulib.git diff --git a/m4/strtoul.m4 b/m4/strtoul.m4 index 512cd09a4..0f80e33ec 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 5 +dnl Copyright (C) 2002, 2006, 2009-2011 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_CHECK_FUNCS([strtoul]) ])