barvinok_options_new_with_defaults: initialize scale_flags
[barvinok.git] / m4 / mbchar.m4
blob017c56ad447e96271059b31440780a9597ea1411
1 # mbchar.m4 serial 4
2 dnl Copyright (C) 2005-2006 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_REQUIRE([AC_GNU_SOURCE])
13   dnl The following line is that so the user can test HAVE_WCHAR_H
14   dnl before #include "mbchar.h".
15   AC_CHECK_HEADERS_ONCE([wchar.h])
16   dnl Compile mbchar.c only if HAVE_WCHAR_H.
17   if test $ac_cv_header_wchar_h = yes; then
18     AC_LIBOBJ([mbchar])
19   fi