X-Git-Url: http://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/833508444b2345c0f19930aaecb4712e5779592f..b901702b893a6c7e0a964f2f5249a37fe0cf2805:/lib/local/modules/dx-nls diff --git a/lib/local/modules/dx-nls b/lib/local/modules/dx-nls new file mode 100644 index 0000000..9a1a6fb --- /dev/null +++ b/lib/local/modules/dx-nls @@ -0,0 +1,26 @@ +Description: +Conditionally pull in various gnulib modules for NLS support. + +Files: + +Depends-on: +gnulib-local +gettext-h [test x"$USE_NLS" = x"yes"] +localcharset [test x"$USE_NLS" = x"yes"] +mbswidth [test x"$USE_NLS" = x"yes"] + +configure.ac: +m4_set_add([DX_GNULIB_LOCAL_DIST], [modules/dx-nls])dnl +dnl We provide our own makefile rules for gettext. Avoid tracing of +dnl AM_GNU_GETTEXT to prevent autoreconf from running autopoint, and +dnl to prevent Automake from growing gratuitous error conditions. +m4_indir([AM_GNU_GETTEXT], [external]) +DX_LINGUAS + +Makefile.am: + +License: +WTFPL2 + +Maintainer: +Nick Bowler