X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fcycle-check.m4;h=608f781aa9560d8dd767b560b73920f40a026c26;hb=f1b890314f08c4ff827fc8ae904dec02be654c65;hp=8bce20e7d7f489e1346cc059da7d10d49e7a9621;hpb=3533728963f13c998e8415c97879364dc1f1918b;p=gnulib.git diff --git a/m4/cycle-check.m4 b/m4/cycle-check.m4 index 8bce20e7d..608f781aa 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, 2006, 2007 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]) ])