+2008-05-08 Bruno Haible <bruno@clisp.org>
+
+ * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
+
2008-05-07 Eric Blake <ebb9@byu.net>
Support cross-compilation of <wctype.h>.
+# wctype.m4 serial 2
+
dnl A placeholder for ISO C99 <wctype.h>, for platforms that lack it.
dnl Copyright (C) 2006-2008 Free Software Foundation, Inc.
dnl Written by Paul Eggert.
-#serial 2
AC_DEFUN([gl_WCTYPE_H],
[
AC_REQUIRE([AC_PROG_CC])
Linux libc5 i18n is broken.
#endif], [],
[gl_cv_func_iswcntrl_works=yes], [gl_cv_func_iswcntrl_works=no])
- ])])
+ ])
+ ])
if test $gl_cv_func_iswcntrl_works = yes; then
WCTYPE_H=
fi