]> git.draconx.ca Git - cdecl99.git/blob - lib/local/modules/dx-threadlib
85699e39b886394b6600637f9667dc9ced095711
[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 lock [test x"$glthreads_api" != x"none"]
11
12 configure.ac-early:
13 dnl AC_REQUIRE has the effect of making the macro expansion unconditional;
14 dnl we don't want this: gl_PTHREADLIB will be expanded if it is needed.
15 DX_PATCH_MACRO([gl_FUNC_MBRTOWC], [AC_REQUIRE(\[gl_PTHREADLIB\])], [dnl])dnl
16
17 configure.ac:
18 m4_set_add([DX_GNULIB_LOCAL_DIST], [modules/dx-threadlib])dnl
19
20 Makefile.am:
21
22 License:
23 WTFPL2
24
25 Maintainer:
26 Nick Bowler