* cycle-check.m4: Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
[gnulib.git] / m4 / cycle-check.m4
1 #serial 3
2 dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved.
6
7 AC_DEFUN([gl_CYCLE_CHECK],
8 [
9   AC_LIBSOURCES([cycle-check.c, cycle-check.h])
10   AC_LIBOBJ([cycle-check])
11
12   dnl Prerequisites.
13   AC_REQUIRE([gl_AC_TYPE_UINTMAX_T])
14   AC_REQUIRE([gl_STRUCT_DEV_INO])
15   AC_REQUIRE([gl_SAME_INODE])
16 ])