Mercurial > hg > octave-kai > gnulib-hg
annotate m4/localename.m4 @ 16201:8250f2777afc
maint: update all copyright year number ranges
Run "make update-copyright".
author | Jim Meyering <meyering@redhat.com> |
---|---|
date | Sun, 01 Jan 2012 10:04:58 +0100 |
parents | 97fc9a21a8fb |
children | e542fd46ad6f |
rev | line source |
---|---|
12484
57f8b4d23a18
localename: Make aware of thread locale.
Bruno Haible <bruno@clisp.org>
parents:
8923
diff
changeset
|
1 # localename.m4 serial 2 |
16201
8250f2777afc
maint: update all copyright year number ranges
Jim Meyering <meyering@redhat.com>
parents:
14079
diff
changeset
|
2 dnl Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. |
8923 | 3 dnl This file is free software; the Free Software Foundation |
4 dnl gives unlimited permission to copy and/or distribute it, | |
5 dnl with or without modifications, as long as this notice is preserved. | |
6 | |
7 AC_DEFUN([gl_LOCALENAME], | |
8 [ | |
9 AC_REQUIRE([gt_LC_MESSAGES]) | |
10 AC_REQUIRE([gt_INTL_MACOSX]) | |
12484
57f8b4d23a18
localename: Make aware of thread locale.
Bruno Haible <bruno@clisp.org>
parents:
8923
diff
changeset
|
11 AC_CHECK_FUNCS([setlocale uselocale]) |
8923 | 12 ]) |