Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / gpl2 / xcvs / dist / m4 / mbchar.m4
blob5fced2d1e39a6e6dbe460e396558e2788d80a569
1 # mbchar.m4 serial 1
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
8 dnl From Bruno Haible.
10 AC_DEFUN([gl_MBCHAR],
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
16         AC_LIBOBJ(mbchar)
17   fi
19   AC_REQUIRE([AC_GNU_SOURCE])
20   :