1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 18:26:32 +02:00

Require gl_FUNC_XFTS.

This commit is contained in:
Jim Meyering
2005-06-19 08:27:28 +00:00
parent 01baf7f071
commit 186d75c87e

View 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,