X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fstrtoll.m4;h=ed6a854b58c5c07ce7c3b69e553c1409fa51246f;hb=1d08df92e127b5fe8b20aed7162252cf81720223;hp=065047a66b49e7119415caf98f648fc8ec6ff83b;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/m4/strtoll.m4 b/m4/strtoll.m4 index 065047a66..ed6a854b5 100644 --- a/m4/strtoll.m4 +++ b/m4/strtoll.m4 @@ -1,6 +1,5 @@ -# strtoll.m4 serial 6 -dnl Copyright (C) 2002, 2004, 2006, 2008, 2009, 2010 Free Software Foundation, -dnl Inc. +# strtoll.m4 serial 7 +dnl Copyright (C) 2002, 2004, 2006, 2008-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. @@ -12,10 +11,9 @@ AC_DEFUN([gl_FUNC_STRTOLL], dnl unless the type 'long long int' exists. AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) if test "$ac_cv_type_long_long_int" = yes; then - AC_REPLACE_FUNCS([strtoll]) + AC_CHECK_FUNCS([strtoll]) if test $ac_cv_func_strtoll = no; then HAVE_STRTOLL=0 - gl_PREREQ_STRTOLL fi fi ])