summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-12-14 11:21:04 +0000
committerJim Meyering <jim@meyering.net>2001-12-14 11:21:04 +0000
commit7f892add00075194c63c4c017342366d727fe94d (patch)
treeb9667547992612dc66f0d69cfb060483bd212f35 /m4
parenta9f5b7cff2e75ebfe406e312c26968aed2244b2f (diff)
downloadcoreutils-7f892add00075194c63c4c017342366d727fe94d.tar.xz
(jm_MACROS): Check for iswspace.
Suggestion from Bruno Haible.
Diffstat (limited to '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 497e96e5e..00e04adc1 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 \