ls: --color now highlights hard linked files, too
[coreutils/bo.git] / m4 / prereq.m4
blobe65682fea772a010b540e93d5a0d234f6acf3d26
1 #serial 75
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-2008 Free Software Foundation, Inc.
12 # This program is free software: you can redistribute it and/or modify
13 # it under the terms of the GNU General Public License as published by
14 # the Free Software Foundation, either version 3 of the License, or
15 # (at your option) any later version.
17 # This program is distributed in the hope that it will be useful,
18 # but WITHOUT ANY WARRANTY; without even the implied warranty of
19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20 # GNU General Public License for more details.
22 # You should have received a copy of the GNU General Public License
23 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
25 # Written by Jim Meyering.
28 AC_DEFUN([gl_PREREQ],
30   # gnulib settings.
31   AC_REQUIRE([gl_FUNC_NONREENTRANT_EUIDACCESS])
33   # We don't use c-stack.c.
34   # AC_REQUIRE([gl_C_STACK])
36   # Invoke macros of modules that may migrate into gnulib.
37   # There's no need to list gnulib modules here, since gnulib-tool
38   # handles that; see ../bootstrap.conf.
39   AC_REQUIRE([gl_EUIDACCESS_STAT])
40   AC_REQUIRE([gl_FD_REOPEN])
41   AC_REQUIRE([gl_FUNC_XFTS])
42   AC_REQUIRE([gl_MEMXFRM])
43   AC_REQUIRE([gl_STRINTCMP])
44   AC_REQUIRE([gl_STRNUMCMP])