readutmp: Fix dependencies.
[gnulib.git] / modules / mcel-prefer
blob5c5ac24054873e33a916076457ff4cc8d492fe42
1 Description:
2 Prefer mcel to the mbiter family.  mcel is simpler and can be faster.
3 However, it does not support some obsolete encodings that are also not
4 supported by glibc locales, and the caller is responsible for
5 coalescing sequences of error-encoding bytes if that is desired.
7 Files:
9 Depends-on:
10 mcel
12 configure.ac-early:
13 # Prefer mcel by default.  This can be overridden via
14 # './configure GNULIB_MCEL_PREFER=no'.
15 : ${GNULIB_MCEL_PREFER=yes}
17 configure.ac:
18 gl_MODULE_INDICATOR([mcel-prefer])
20 Makefile.am:
22 Include:
24 License:
25 LGPLv2+
27 Maintainer:
28 Paul Eggert