posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / setlocale-null
blob2774004ff1f3b4a92fe5b8552123d9a3f1d24c1f
1 Description:
2 setlocale_null() function: query the name of the current global locale.
4 Files:
5 lib/setlocale_null.h
6 lib/setlocale_null.c
7 lib/setlocale-lock.c
8 lib/windows-initguard.h
9 m4/setlocale_null.m4
10 m4/threadlib.m4
11 m4/visibility.m4
13 Depends-on:
14 locale
15 snippet/arg-nonnull
17 configure.ac:
18 gl_FUNC_SETLOCALE_NULL
19 if test $SETLOCALE_NULL_ALL_MTSAFE = 0 || test $SETLOCALE_NULL_ONE_MTSAFE = 0; then
20   AC_LIBOBJ([setlocale-lock])
21   gl_PREREQ_SETLOCALE_LOCK
23 gl_LOCALE_MODULE_INDICATOR([setlocale_null])
25 Makefile.am:
26 lib_SOURCES += setlocale_null.c
28 Include:
29 #include "setlocale_null.h" or #include <locale.h>
31 Link:
32 $(LIB_SETLOCALE_NULL)
34 License:
35 LGPLv2+
37 Maintainer:
38 Bruno Haible