+2008-05-07 Eric Blake <ebb9@byu.net>
+
+ Support cross-compilation of <wctype.h>.
+ * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
+ AC_CACHE_CHECK.
+
2008-05-06 Soren Hansen <soren@ubuntu.com> (tiny change)
* build-aux/vc-list-files: Add support for bzr.
dnl Written by Paul Eggert.
+#serial 2
AC_DEFUN([gl_WCTYPE_H],
[
AC_REQUIRE([AC_PROG_CC])
#include <wchar.h>
#include <wctype.h>
int main () { return iswprint ('x') == 0; }],
- [gl_cv_func_iswcntrl_works=yes], [gl_cv_func_iswcntrl_works=no])
- ],
- [
- AC_TRY_COMPILE([#include <stdlib.h>
+ [gl_cv_func_iswcntrl_works=yes], [gl_cv_func_iswcntrl_works=no],
+ [AC_TRY_COMPILE([#include <stdlib.h>
#if __GNU_LIBRARY__ == 1
Linux libc5 i18n is broken.
- #endif],
- [gl_cv_func_iswcntrl_works=yes], [gl_cv_func_iswcntrl_works=no])
- ])
+ #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