bootstrap: Avoid failure when gnulib-tool removed gettext.m4.
[gnulib.git] / modules / mbfile
blob09593fcc3f9b65cc16c9e05aafa73d3845f6fb18
1 Description:
2 Multibyte character I/O.
4 Files:
5 lib/mbfile.h
6 lib/mbfile.c
7 m4/mbfile.m4
8 m4/mbrtowc.m4
10 Depends-on:
11 extern-inline
12 mbchar
13 mbrtowc
14 mbsinit
15 mbszero
16 wchar
17 stdbool
19 configure.ac:
20 gl_MBFILE
21 dnl Do not use gl_MODULE_INDICATOR([mbfile]) here: we don't want 'struct mbchar'
22 dnl to have a different size in lib/ than in tests/.
23 AC_DEFINE([GNULIB_MBFILE], [1],
24   [Define to 1 if the gnulib module 'mbfile' is in use.])
26 Makefile.am:
27 lib_SOURCES += mbfile.h mbfile.c
29 Include:
30 "mbfile.h"
32 Link:
33 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
34 $(MBRTOWC_LIB)
35 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
37 License:
38 LGPL
40 Maintainer:
41 all