X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fstrtol.m4;h=25c09fdd8606798d7d34075094129752a36e523c;hb=0963898828c9a6b76a2cf959f34b4e758fc4e265;hp=b9308ed53b9520c5134fae640569c5844c6484b6;hpb=44d7c1c1f004fa9bfb8ec3948de2671a7958cf5b;p=gnulib.git diff --git a/m4/strtol.m4 b/m4/strtol.m4 index b9308ed53..25c09fdd8 100644 --- a/m4/strtol.m4 +++ b/m4/strtol.m4 @@ -1,19 +1,10 @@ -# strtol.m4 serial 3 -dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc. +# strtol.m4 serial 5 +dnl Copyright (C) 2002, 2003, 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_STRTOL], [ - AC_REPLACE_FUNCS(strtol) - if test $ac_cv_func_strtol = no; then - gl_PREREQ_STRTOL - fi -]) - -# Prerequisites of lib/strtol.c. -AC_DEFUN([gl_PREREQ_STRTOL], [ - AC_REQUIRE([AC_HEADER_STDC]) - AC_CHECK_FUNCS_ONCE(isascii) + AC_REPLACE_FUNCS([strtol]) ])