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