Require gl_FUNC_XFTS.
authorJim Meyering <jim@meyering.net>
Sun, 19 Jun 2005 08:27:28 +0000 (08:27 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 19 Jun 2005 08:27:28 +0000 (08:27 +0000)
m4/jm-macros.m4

index f9374cf..08c85fa 100644 (file)
@@ -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,