diff options
Diffstat (limited to 'm4/np_coreutils.m4')
-rw-r--r-- | m4/np_coreutils.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/np_coreutils.m4 b/m4/np_coreutils.m4 index e7296040..e6627a2b 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 dnl Usually in coreutils' prereq.m4, but this is a subset that we need AC_DEFUN([np_COREUTILS], [ - AC_REQUIRE([gl_GETOPT]) AC_REQUIRE([AM_STDBOOL_H]) - AC_REQUIRE([jm_AFS]) + AC_REQUIRE([gl_GETOPT]) + AC_REQUIRE([gl_AFS]) AC_REQUIRE([gl_EXITFAIL]) AC_REQUIRE([gl_XALLOC]) AC_REQUIRE([gl_MOUNTLIST]) AC_REQUIRE([gl_FSUSAGE]) - AC_REQUIRE([jm_FUNC_GLIBC_UNLOCKED_IO]) + AC_REQUIRE([gl_FUNC_GLIBC_UNLOCKED_IO]) ]) |