From 7f892add00075194c63c4c017342366d727fe94d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 14 Dec 2001 11:21:04 +0000 Subject: [PATCH] (jm_MACROS): Check for iswspace. Suggestion from Bruno Haible. --- m4/jm-macros.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 497e96e..00e04ad 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,4 +1,4 @@ -#serial 41 -*- autoconf -*- +#serial 42 -*- autoconf -*- dnl Misc type-related macros for fileutils, sh-utils, textutils. @@ -134,6 +134,7 @@ AC_DEFUN([jm_MACROS], getmntinfo \ hasmntopt \ isascii \ + iswspace \ lchown \ listmntent \ localeconv \ -- 2.7.4