From: Jim Meyering Date: Sun, 19 Jun 2005 08:27:28 +0000 (+0000) Subject: Require gl_FUNC_XFTS. X-Git-Tag: CPPI-1_12~559 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=186d75c87e6d77e0ee0464a738e73cc10afbe76f;p=thirdparty%2Fcoreutils.git Require gl_FUNC_XFTS. --- diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index f9374cff2a..08c85fa37c 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,