Tizen 2.0 Release
[external/tizen-coreutils.git] / m4 / prereq.m4
1 #serial 73
2
3 dnl We use gl_ for non Autoconf macros.
4 m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl
5
6 # These are the prerequisite macros for files in the lib/
7 # directory of the coreutils package.
8
9
10 # Copyright (C) 1998, 2000, 2001, 2003, 2004, 2005, 2006 Free Software
11 # Foundation, Inc.
12
13 # This program is free software; you can redistribute it and/or modify
14 # it under the terms of the GNU General Public License as published by
15 # the Free Software Foundation; either version 2, or (at your option)
16 # any later version.
17
18 # This program is distributed in the hope that it will be useful,
19 # but WITHOUT ANY WARRANTY; without even the implied warranty of
20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21 # GNU General Public License for more details.
22
23 # You should have received a copy of the GNU General Public License
24 # along with this program; if not, write to the Free Software Foundation,
25 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
26
27 # Written by Jim Meyering.
28
29
30 AC_DEFUN([gl_PREREQ],
31 [
32   # gnulib settings.
33   AC_REQUIRE([gl_FUNC_NONREENTRANT_EUIDACCESS])
34
35   # We don't use c-stack.c.
36   # AC_REQUIRE([gl_C_STACK])
37
38   # Invoke macros of modules that may migrate into gnulib.
39   # There's no need to list gnulib modules here, since gnulib-tool
40   # handles that; see ../bootstrap.conf.
41   AC_REQUIRE([gl_EUIDACCESS_STAT])
42   AC_REQUIRE([gl_FD_REOPEN])
43   AC_REQUIRE([gl_FUNC_XFTS])
44   AC_REQUIRE([gl_MEMXFRM])
45   AC_REQUIRE([gl_RANDINT])
46   AC_REQUIRE([gl_RANDPERM])
47   AC_REQUIRE([gl_RANDREAD])
48   AC_REQUIRE([gl_ROOT_DEV_INO])
49   AC_REQUIRE([gl_SHA256])
50   AC_REQUIRE([gl_SHA512])
51   AC_REQUIRE([gl_STRINTCMP])
52   AC_REQUIRE([gl_STRNUMCMP])
53 ])