mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
* modules/locale-h: Renamed from modules/locale. * modules/locale-h-tests: Renamed from modules/locale-tests. * modules/locale-h-c++-tests: Renamed from modules/locale-c++-tests. * tests/test-locale-h.c: Renamed from tests/test-locale.c. * tests/test-locale-h-c++.cc: Renamed from tests/test-locale-c++.cc. * tests/test-locale-h-c++2.cc: Renamed from tests/test-locale-c++2.cc. * doc/posix-headers/locale.texi: Update. * modules/* (Depends-on): Update. * modules/locale: New file.
34 lines
536 B
Plaintext
34 lines
536 B
Plaintext
Description:
|
|
localeconv() function: query locale dependent information for formatting
|
|
numbers.
|
|
|
|
Files:
|
|
lib/localeconv.c
|
|
m4/localeconv.m4
|
|
|
|
Depends-on:
|
|
locale-h
|
|
|
|
configure.ac:
|
|
gl_FUNC_LOCALECONV
|
|
gl_CONDITIONAL([GL_COND_OBJ_LOCALECONV], [test $REPLACE_LOCALECONV = 1])
|
|
AM_COND_IF([GL_COND_OBJ_LOCALECONV], [
|
|
gl_PREREQ_LOCALECONV
|
|
])
|
|
gl_LOCALE_MODULE_INDICATOR([localeconv])
|
|
gl_MODULE_INDICATOR([localeconv])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_LOCALECONV
|
|
lib_SOURCES += localeconv.c
|
|
endif
|
|
|
|
Include:
|
|
<locale.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|