summaryrefslogtreecommitdiff
path: root/m4/jm-macros.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-06-19 08:27:28 +0000
committerJim Meyering <jim@meyering.net>2005-06-19 08:27:28 +0000
commit186d75c87e6d77e0ee0464a738e73cc10afbe76f (patch)
tree40771feb8911fbd24740a69b88de4160b6d1f96f /m4/jm-macros.m4
parent01baf7f071869da520895dd693f69cfc1180b588 (diff)
downloadcoreutils-186d75c87e6d77e0ee0464a738e73cc10afbe76f.tar.xz
Require gl_FUNC_XFTS.
Diffstat (limited to 'm4/jm-macros.m4')
-rw-r--r--m4/jm-macros.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index f9374cff2..08c85fa37 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -1,4 +1,4 @@
-#serial 88 -*- autoconf -*-
+#serial 89 -*- autoconf -*-
dnl Misc type-related macros for coreutils.
@@ -174,6 +174,7 @@ AC_DEFUN([gl_MACROS],
AC_REQUIRE([gl_FUNC_FREE])
AC_REQUIRE([gl_FUNC_CHDIR_LONG])
+ AC_REQUIRE([gl_FUNC_XFTS])
])
# These tests must be run before any use of AC_CHECK_TYPE,