From: Jim Meyering Date: Fri, 14 Dec 2001 11:21:04 +0000 (+0000) Subject: (jm_MACROS): Check for iswspace. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3ce815dcaff8b2bd5f192293cdce1d75ec942e6;p=pspp (jm_MACROS): Check for iswspace. Suggestion from Bruno Haible. --- diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 497e96e5eb..00e04adc17 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 \