37 lines
577 B
Plaintext
37 lines
577 B
Plaintext
Description:
|
|
setlocale() function: set the current locale.
|
|
|
|
Files:
|
|
lib/setlocale.c
|
|
m4/setlocale.m4
|
|
|
|
Depends-on:
|
|
locale
|
|
localename [test $NEED_SETLOCALE_IMPROVED = 1]
|
|
setlocale-null [test $NEED_SETLOCALE_MTSAFE = 1]
|
|
|
|
configure.ac:
|
|
gl_FUNC_SETLOCALE
|
|
gl_CONDITIONAL([GL_COND_OBJ_SETLOCALE], [test $REPLACE_SETLOCALE = 1])
|
|
AM_COND_IF([GL_COND_OBJ_SETLOCALE], [
|
|
gl_PREREQ_SETLOCALE
|
|
])
|
|
gl_LOCALE_MODULE_INDICATOR([setlocale])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_SETLOCALE
|
|
lib_SOURCES += setlocale.c
|
|
endif
|
|
|
|
Include:
|
|
<locale.h>
|
|
|
|
Link:
|
|
$(SETLOCALE_LIB)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all
|