Fix bug reported today by Mike Frysinger: mkdir -pv is logging the
[coreutils/bo.git] / m4 / prereq.m4
blobd3ecc90eb5a5b1e85aba1c3081b9d850cf3b1d09
1 #serial 73
3 dnl We use gl_ for non Autoconf macros.
4 m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl
6 # These are the prerequisite macros for files in the lib/
7 # directory of the coreutils package.
10 # Copyright (C) 1998, 2000, 2001, 2003, 2004, 2005, 2006 Free Software
11 # Foundation, Inc.
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.
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.
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.
27 # Written by Jim Meyering.
30 AC_DEFUN([gl_PREREQ],
32   # gnulib settings.
33   AC_REQUIRE([gl_FUNC_NONREENTRANT_EUIDACCESS])
35   # We don't use c-stack.c.
36   # AC_REQUIRE([gl_C_STACK])
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])