posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / setlocale
blobcc92e1a8bc9a76fb5b3cdf2aa6eaed5d27513732
1 Description:
2 setlocale() function: set the current locale.
4 Files:
5 lib/setlocale.c
6 m4/setlocale.m4
8 Depends-on:
9 locale
10 localename      [test $NEED_SETLOCALE_IMPROVED = 1]
11 setlocale-null  [test $NEED_SETLOCALE_MTSAFE = 1]
13 configure.ac:
14 gl_FUNC_SETLOCALE
15 if test $REPLACE_SETLOCALE = 1; then
16   AC_LIBOBJ([setlocale])
17   gl_PREREQ_SETLOCALE
19 gl_LOCALE_MODULE_INDICATOR([setlocale])
21 Makefile.am:
23 Include:
24 <locale.h>
26 Link:
27 $(LIB_SETLOCALE)
29 License:
30 LGPL
32 Maintainer:
33 all