From: Eric Blake Date: Thu, 2 Sep 2010 14:49:58 +0000 (-0600) Subject: wctype: fix typo in previous commit X-Git-Tag: v0.1~3867 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=21a2a33e06810921f68b66061a255fc07a472502;p=gnulib.git wctype: fix typo in previous commit * m4/wctype_h.m4 (gl_WCTYPE_H): Fix spelling. Reported by Ludovic Courtès. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 239d4b232..74e499194 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-09-02 Eric Blake + + wctype: fix typo in previous commit + * m4/wctype_h.m4 (gl_WCTYPE_H): Fix spelling. + Reported by Ludovic Courtès. + 2010-09-02 Jim Meyering test-update-copyright.sh: skip test if Perl is too old diff --git a/m4/wctype_h.m4 b/m4/wctype_h.m4 index 7323e5442..bc6b6e791 100644 --- a/m4/wctype_h.m4 +++ b/m4/wctype_h.m4 @@ -1,4 +1,4 @@ -# wctype_h.m4 serial 7 +# wctype_h.m4 serial 8 dnl A placeholder for ISO C99 , for platforms that lack it. @@ -24,13 +24,13 @@ AC_DEFUN([gl_WCTYPE_H], AC_CHECK_DECLS_ONCE([iswblank]) if test $ac_cv_func_iswblank = yes; then HAVE_ISWBLANK=1 - REPLACE_HAVE_ISWBLANK=0 + REPLACE_ISWBLANK=0 else HAVE_ISWBLANK=0 if test $ac_cv_have_decl_iswblank = yes; then - REPLACE_HAVE_ISWBLANK=1 + REPLACE_ISWBLANK=1 else - REPLACE_HAVE_ISWBLANK=0 + REPLACE_ISWBLANK=0 fi fi AC_SUBST([HAVE_ISWBLANK])