Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/localename @ 15332:c762e3063952
dtotimespec: new module
* lib/timespec.h (dtotimespec): New decl.
* lib/dtotimespec.c, modules/dtotimespec: New files.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Thu, 30 Jun 2011 15:14:25 -0700 |
parents | b8de6a14a6d5 |
children |
rev | line source |
---|---|
8923 | 1 Description: |
2 Return current locale's name, according to glibc naming conventions. | |
3 | |
4 Files: | |
5 lib/localename.h | |
6 lib/localename.c | |
7 m4/localename.m4 | |
8 m4/intlmacosx.m4 | |
9 m4/lcmessage.m4 | |
10 | |
11 Depends-on: | |
10755 | 12 strdup |
12484
57f8b4d23a18
localename: Make aware of thread locale.
Bruno Haible <bruno@clisp.org>
parents:
10755
diff
changeset
|
13 lock |
8923 | 14 |
15 configure.ac: | |
16 gl_LOCALENAME | |
17 | |
18 Makefile.am: | |
19 lib_SOURCES += localename.c | |
20 | |
21 Include: | |
22 "localename.h" | |
23 | |
24 Link: | |
25 @INTL_MACOSX_LIBS@ | |
14869
b8de6a14a6d5
localename: Fix link dependencies.
Bruno Haible <bruno@clisp.org>
parents:
12484
diff
changeset
|
26 $(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise |
8923 | 27 |
28 License: | |
9091
d19ce23d01b0
Use the synonymous term "LGPLv2+".
Bruno Haible <bruno@clisp.org>
parents:
8923
diff
changeset
|
29 LGPLv2+ |
8923 | 30 |
31 Maintainer: | |
32 Bruno Haible | |
33 |