]> git.draconx.ca Git - cdecl99.git/blob - lib/local/modules/dx-nls
libcdecl: Remove unused YY_INPUT from scanner.
[cdecl99.git] / lib / local / modules / dx-nls
1 Description:
2 Conditionally pull in various gnulib modules for NLS support.
3
4 Files:
5
6 Depends-on:
7 gnulib-local
8 gettext-h    [test x"$USE_NLS" = x"yes"]
9 localcharset [test x"$USE_NLS" = x"yes"]
10 mbswidth     [test x"$USE_NLS" = x"yes"]
11
12 configure.ac:
13 m4_set_add([DX_GNULIB_LOCAL_DIST], [modules/dx-nls])dnl
14 dnl We provide our own makefile rules for gettext.  Avoid tracing of
15 dnl AM_GNU_GETTEXT to prevent autoreconf from running autopoint, and
16 dnl to prevent Automake from growing gratuitous error conditions.
17 m4_indir([AM_GNU_GETTEXT], [external])
18 DX_LINGUAS
19
20 Makefile.am:
21
22 License:
23 WTFPL2
24
25 Maintainer:
26 Nick Bowler