Mercurial > hg > octave-nkf > gnulib-hg
view modules/mkdir @ 17833:e57fa2127ab9
unicase/locale-language-tests: fix LOCALE_FR test
* tests/unicase/test-locale-language.sh: Really use $LOCALE_FR for
a French locale with traditional encoding.
Reported by umerqayam in:
http://lists.gnu.org/archive/html/bug-libunistring/2014-12/msg00000.html
author | Daiki Ueno <ueno@gnu.org> |
---|---|
date | Fri, 12 Dec 2014 09:20:59 +0900 |
parents | 761f4b6451f0 |
children |
line wrap: on
line source
Description: mkdir() function: create a directory. Files: lib/mkdir.c m4/mkdir.m4 Depends-on: sys_stat dirname-lgpl [test $REPLACE_MKDIR = 1] configure.ac: gl_FUNC_MKDIR if test $REPLACE_MKDIR = 1; then AC_LIBOBJ([mkdir]) fi Makefile.am: Include: <sys/stat.h> License: LGPLv2+ Maintainer: Jim Meyering