X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fcycle-check.m4;h=c40e0bdb5cfe450123a82a5f6bdb3e9f109224f3;hb=21492d6c3ca00ff0827528640804732f2ed66470;hp=8bce20e7d7f489e1346cc059da7d10d49e7a9621;hpb=3533728963f13c998e8415c97879364dc1f1918b;p=gnulib.git diff --git a/m4/cycle-check.m4 b/m4/cycle-check.m4 index 8bce20e7d..c40e0bdb5 100644 --- a/m4/cycle-check.m4 +++ b/m4/cycle-check.m4 @@ -1,14 +1,10 @@ -#serial 2 -dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc. +#serial 6 +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_LIBOBJ([cycle-check]) - - dnl Prerequisites. - AC_REQUIRE([gl_AC_TYPE_UINTMAX_T]) + AC_REQUIRE([AC_C_INLINE]) ])