summaryrefslogtreecommitdiff
path: root/modules/duplocale
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-11-23 01:46:00 +0100
committerBruno Haible <bruno@clisp.org>2009-11-23 01:48:36 +0100
commit3f0d472e052865baf722ea457e35dd067b94a477 (patch)
tree1a6f787abe701f0b87c23d2291012b743268c419 /modules/duplocale
parent15b8a93426dff14b43cc5e1dc340a869a0096f02 (diff)
downloadgnulib-3f0d472e052865baf722ea457e35dd067b94a477.tar.gz
New module 'duplocale'.
Diffstat (limited to 'modules/duplocale')
-rw-r--r--modules/duplocale24
1 files changed, 24 insertions, 0 deletions
diff --git a/modules/duplocale b/modules/duplocale
new file mode 100644
index 0000000000..00852fd5b0
--- /dev/null
+++ b/modules/duplocale
@@ -0,0 +1,24 @@
+Description:
+duplocale() function: duplicate a locale object.
+
+Files:
+lib/duplocale.c
+m4/duplocale.m4
+
+Depends-on:
+locale
+
+configure.ac:
+gl_FUNC_DUPLOCALE
+gl_LOCALE_MODULE_INDICATOR([duplocale])
+
+Makefile.am:
+
+Include:
+<locale.h>
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible