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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
9ded750c3fc8 New module 'localename'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 dnl This file is free software; the Free Software Foundation
9ded750c3fc8 New module 'localename'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 dnl gives unlimited permission to copy and/or distribute it,
9ded750c3fc8 New module 'localename'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 dnl with or without modifications, as long as this notice is preserved.
9ded750c3fc8 New module 'localename'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
9ded750c3fc8 New module 'localename'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 AC_DEFUN([gl_LOCALENAME],
9ded750c3fc8 New module 'localename'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 [
9ded750c3fc8 New module 'localename'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 AC_REQUIRE([gt_LC_MESSAGES])
9ded750c3fc8 New module 'localename'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
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
9ded750c3fc8 New module 'localename'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 ])