# HG changeset patch # User Jim Meyering # Date 1008328864 0 # Node ID 85a4e26bbb6fdf13478253c5b239727df31b2219 # Parent 03abd6477fa7919bc5662eb48cd95daeede26366 (jm_MACROS): Check for iswspace. Suggestion from Bruno Haible. diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 --- 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 @@ getmntinfo \ hasmntopt \ isascii \ + iswspace \ lchown \ listmntent \ localeconv \