X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fcycle-check.m4;h=42ad2fffa4aecb73cce2c1e2c6daa3c264d3d6a2;hb=939dedd9a2fba934e5ff0313155f9f5f39cb6f6f;hp=8bce20e7d7f489e1346cc059da7d10d49e7a9621;hpb=3533728963f13c998e8415c97879364dc1f1918b;p=gnulib.git diff --git a/m4/cycle-check.m4 b/m4/cycle-check.m4 index 8bce20e7d..42ad2fffa 100644 --- a/m4/cycle-check.m4 +++ b/m4/cycle-check.m4 @@ -1,14 +1,11 @@ -#serial 2 -dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc. +#serial 5 +dnl Copyright (C) 2005-2007, 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_CYCLE_CHECK], [ - AC_LIBSOURCES([cycle-check.c, cycle-check.h]) + AC_REQUIRE([AC_C_INLINE]) AC_LIBOBJ([cycle-check]) - - dnl Prerequisites. - AC_REQUIRE([gl_AC_TYPE_UINTMAX_T]) ])