summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-06-25 12:38:40 +0000
committerJim Meyering <jim@meyering.net>2005-06-25 12:38:40 +0000
commitc5d1db79febe78582068efa75a83da9eae0f8550 (patch)
tree424e31814492a42e18763cfee13f9e2e7d2dfe11 /m4
parentcfee4d7d5e16fb32435038693cc901a600ae7a0e (diff)
downloadcoreutils-c5d1db79febe78582068efa75a83da9eae0f8550.tar.xz
Require gl_ROOT_DEV_INO.
Diffstat (limited to 'm4')
-rw-r--r--m4/jm-macros.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 08c85fa37..586236a94 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -175,6 +175,7 @@ AC_DEFUN([gl_MACROS],
AC_REQUIRE([gl_FUNC_FREE])
AC_REQUIRE([gl_FUNC_CHDIR_LONG])
AC_REQUIRE([gl_FUNC_XFTS])
+ AC_REQUIRE([gl_ROOT_DEV_INO])
])
# These tests must be run before any use of AC_CHECK_TYPE,