summaryrefslogtreecommitdiffstats
path: root/m4/np_coreutils.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/np_coreutils.m4')
-rw-r--r--m4/np_coreutils.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/np_coreutils.m4 b/m4/np_coreutils.m4
index e729604..e6627a2 100644
--- a/m4/np_coreutils.m4
+++ b/m4/np_coreutils.m4
@@ -10,12 +10,12 @@ dnl These are all m4 things that need to be called
10dnl Usually in coreutils' prereq.m4, but this is a subset that we need 10dnl Usually in coreutils' prereq.m4, but this is a subset that we need
11AC_DEFUN([np_COREUTILS], 11AC_DEFUN([np_COREUTILS],
12[ 12[
13 AC_REQUIRE([gl_GETOPT])
14 AC_REQUIRE([AM_STDBOOL_H]) 13 AC_REQUIRE([AM_STDBOOL_H])
15 AC_REQUIRE([jm_AFS]) 14 AC_REQUIRE([gl_GETOPT])
15 AC_REQUIRE([gl_AFS])
16 AC_REQUIRE([gl_EXITFAIL]) 16 AC_REQUIRE([gl_EXITFAIL])
17 AC_REQUIRE([gl_XALLOC]) 17 AC_REQUIRE([gl_XALLOC])
18 AC_REQUIRE([gl_MOUNTLIST]) 18 AC_REQUIRE([gl_MOUNTLIST])
19 AC_REQUIRE([gl_FSUSAGE]) 19 AC_REQUIRE([gl_FSUSAGE])
20 AC_REQUIRE([jm_FUNC_GLIBC_UNLOCKED_IO]) 20 AC_REQUIRE([gl_FUNC_GLIBC_UNLOCKED_IO])
21]) 21])