Mercurial > hg > octave-nkf > gnulib-hg
view modules/tmpfile @ 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 | 51231c56c0a1 |
children |
line wrap: on
line source
Description: tmpfile() function: create a temporary file. Files: lib/tmpfile.c m4/tmpfile.m4 Depends-on: stdio largefile pathmax [test $REPLACE_TMPFILE = 1] tempname [test $REPLACE_TMPFILE = 1] tmpdir [test $REPLACE_TMPFILE = 1] configure.ac: gl_FUNC_TMPFILE if test $REPLACE_TMPFILE = 1; then AC_LIBOBJ([tmpfile]) gl_PREREQ_TMPFILE fi gl_STDIO_MODULE_INDICATOR([tmpfile]) Makefile.am: Include: <stdio.h> License: LGPL Maintainer: Ben Pfaff