annotate m4/wctrans.m4 @ 40057:b06060465f09

maint: Run 'make update-copyright'
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 01 Jan 2019 00:25:11 +0100
parents 10eb9086bea0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15165
2f44e6e0e98b wctrans: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14321
diff changeset
1 # wctrans.m4 serial 2
40057
b06060465f09 maint: Run 'make update-copyright'
Paul Eggert <eggert@cs.ucla.edu>
parents: 19484
diff changeset
2 dnl Copyright (C) 2011-2019 Free Software Foundation, Inc.
14321
3b388f38755d New module 'wctrans'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 dnl This file is free software; the Free Software Foundation
3b388f38755d New module 'wctrans'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 dnl gives unlimited permission to copy and/or distribute it,
3b388f38755d New module 'wctrans'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 dnl with or without modifications, as long as this notice is preserved.
3b388f38755d New module 'wctrans'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
3b388f38755d New module 'wctrans'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 AC_DEFUN([gl_FUNC_WCTRANS],
3b388f38755d New module 'wctrans'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 [
3b388f38755d New module 'wctrans'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 AC_REQUIRE([gl_WCTYPE_H_DEFAULTS])
3b388f38755d New module 'wctrans'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 AC_REQUIRE([gl_WCTYPE_H])
15165
2f44e6e0e98b wctrans: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14321
diff changeset
11 HAVE_WCTRANS=$HAVE_WCTRANS_T
14321
3b388f38755d New module 'wctrans'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 ])