X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fstrtoll.m4;h=5854bcb5827868500d36cf55af1c287b0633eab9;hb=8ca1cf2d97ef45557085a926be9dd669675df922;hp=065047a66b49e7119415caf98f648fc8ec6ff83b;hpb=87c5f6fccee477f7e2c67ea4c95e51a3afd83a41;p=gnulib.git diff --git a/m4/strtoll.m4 b/m4/strtoll.m4 index 065047a66..5854bcb58 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-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. @@ -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 ])