X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fcycle-check.m4;h=608f781aa9560d8dd767b560b73920f40a026c26;hb=f1fcb8539c9d1c7d9cefb25ce5c07a099ea1f148;hp=613b0a931045a1231bea10894524f58b7fa59bd8;hpb=c2d099ba2d0f3e12493df3fdd1b9ec4dfc33df83;p=gnulib.git diff --git a/m4/cycle-check.m4 b/m4/cycle-check.m4 index 613b0a931..608f781aa 100644 --- a/m4/cycle-check.m4 +++ b/m4/cycle-check.m4 @@ -1,16 +1,11 @@ -#serial 3 -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]) - AC_REQUIRE([gl_STRUCT_DEV_INO]) - AC_REQUIRE([gl_SAME_INODE]) ])