Description: Conditionally pull in gnulib modules for threading support, and work around issues related to conditional execution of threading tests. Files: Depends-on: gnulib-local threadlib configure.ac-early: dnl AC_REQUIRE has the effect of making the macro expansion unconditional; dnl we don't want this: gl_PTHREADLIB will be expanded if it is needed. DX_PATCH_MACRO([gl_FUNC_MBRTOWC], [AC_REQUIRE(\[gl_PTHREADLIB\])], [dnl])dnl configure.ac: m4_set_add([DX_GNULIB_LOCAL_DIST], [modules/dx-threadlib])dnl Makefile.am: License: WTFPL2 Maintainer: Nick Bowler