2 dnl Copyright (C) 2005 Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved.
7 dnl autoconf tests required for use of mbchar.m4
12 AC_LIBSOURCES([mbchar.c, mbchar.h])
13 AC_CHECK_HEADERS_ONCE(wchar.h wctype.h)
15 if test x$ac_cv_header_wchar_h = xyes && test x$ac_cv_header_wctype_h = xyes; then
19 AC_REQUIRE([AC_GNU_SOURCE])