view modules/setlocale @ 17259:bc20efc34eba octave-stable

branch to handle patches for Octave stable
author John W. Eaton <jwe@octave.org>
date Thu, 03 Jan 2013 14:26:52 -0500
parents e5a3db1759c6
children
line wrap: on
line source

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