log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / setlocale
blob5d5ed81dcac4fd4c78c6b5c0ef60ad9ba05ce092
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 $REPLACE_SETLOCALE = 1]
12 configure.ac:
13 gl_FUNC_SETLOCALE
14 if test $REPLACE_SETLOCALE = 1; then
15   AC_LIBOBJ([setlocale])
16   gl_PREREQ_SETLOCALE
18 gl_LOCALE_MODULE_INDICATOR([setlocale])
20 Makefile.am:
22 Include:
23 <locale.h>
25 License:
26 LGPL
28 Maintainer:
29 all