* m4/wctype_h.m4 (gl_WCTYPE_H): Fix spelling.
Reported by Ludovic Courtès.
Signed-off-by: Eric Blake <eblake@redhat.com>
+2010-09-02 Eric Blake <eblake@redhat.com>
+
+ 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 <meyering@redhat.com>
test-update-copyright.sh: skip test if Perl is too old
-# wctype_h.m4 serial 7
+# wctype_h.m4 serial 8
dnl A placeholder for ISO C99 <wctype.h>, for platforms that lack it.
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])