]> git.draconx.ca Git - cdecl99.git/blob - lib/local/modules/dx-threadlib
Release 1.3.
[cdecl99.git] / lib / local / modules / dx-threadlib
1 Description:
2 Conditionally pull in gnulib modules for threading support, and work around
3 issues related to conditional execution of threading tests.
4
5 Files:
6
7 Depends-on:
8 gnulib-local
9 threadlib
10
11 configure.ac-early:
12 dnl AC_REQUIRE has the effect of making the macro expansion unconditional;
13 dnl we don't want this: gl_PTHREADLIB will be expanded if it is needed.
14 DX_PATCH_MACRO([gl_FUNC_MBRTOWC], [AC_REQUIRE(\[gl_PTHREADLIB\])], [dnl])dnl
15
16 configure.ac:
17 m4_set_add([DX_GNULIB_LOCAL_DIST], [modules/dx-threadlib])dnl
18
19 Makefile.am:
20
21 License:
22 WTFPL2
23
24 Maintainer:
25 Nick Bowler