X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fcycle-check.m4;h=090f89de7668d3e58060782dfd029390f733bcf7;hb=19a6f7926a749b6c107b76aa670608cc88f42470;hp=8bce20e7d7f489e1346cc059da7d10d49e7a9621;hpb=3533728963f13c998e8415c97879364dc1f1918b;p=gnulib.git diff --git a/m4/cycle-check.m4 b/m4/cycle-check.m4 index 8bce20e7d..090f89de7 100644 --- a/m4/cycle-check.m4 +++ b/m4/cycle-check.m4 @@ -1,4 +1,4 @@ -#serial 2 +#serial 4 dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -6,9 +6,5 @@ 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]) ])