summaryrefslogtreecommitdiff
path: root/gnulib/modules/setlocale
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/setlocale')
m---------gnulib0
-rw-r--r--gnulib/modules/setlocale29
2 files changed, 29 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/setlocale b/gnulib/modules/setlocale
new file mode 100644
index 0000000..1d8f997
--- /dev/null
+++ b/gnulib/modules/setlocale
@@ -0,0 +1,29 @@
+Description:
+setlocale() function: set the current locale.
+
+Files:
+lib/setlocale.c
+m4/setlocale.m4
+
+Depends-on:
+locale
+localename [test $REPLACE_SETLOCALE = 1]
+
+configure.ac:
+gl_FUNC_SETLOCALE
+if test $REPLACE_SETLOCALE = 1; then
+ AC_LIBOBJ([setlocale])
+ gl_PREREQ_SETLOCALE
+fi
+gl_LOCALE_MODULE_INDICATOR([setlocale])
+
+Makefile.am:
+
+Include:
+<locale.h>
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible