Mercurial > hg > octave-kai > gnulib-hg
annotate modules/iconv @ 8581:7600b64d20c8
Take care of IN_LIBINTL situation.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 29 Mar 2007 22:21:32 +0000 |
parents | 5c79d44f739d |
children | 8812f453e378 |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Character set conversion. |
4110 | 3 |
4 Files: | |
5 m4/iconv.m4 | |
6 | |
7 Depends-on: | |
6203
8881fbafaf38
2005-09-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5762
diff
changeset
|
8 havelib |
4110 | 9 |
10 configure.ac: | |
11 AM_ICONV | |
12 | |
13 Makefile.am: | |
14 | |
15 Include: | |
7871
218f86d19cfa
Clarify that <iconv.h> does not need to exist.
Bruno Haible <bruno@clisp.org>
parents:
6333
diff
changeset
|
16 #if HAVE_ICONV |
218f86d19cfa
Clarify that <iconv.h> does not need to exist.
Bruno Haible <bruno@clisp.org>
parents:
6333
diff
changeset
|
17 # include <iconv.h> |
218f86d19cfa
Clarify that <iconv.h> does not need to exist.
Bruno Haible <bruno@clisp.org>
parents:
6333
diff
changeset
|
18 #endif |
4110 | 19 |
8055
5c79d44f739d
New module description field 'Link'.
Bruno Haible <bruno@clisp.org>
parents:
7871
diff
changeset
|
20 Link: |
5c79d44f739d
New module description field 'Link'.
Bruno Haible <bruno@clisp.org>
parents:
7871
diff
changeset
|
21 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise |
5c79d44f739d
New module description field 'Link'.
Bruno Haible <bruno@clisp.org>
parents:
7871
diff
changeset
|
22 |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
23 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
24 LGPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
25 |
4197 | 26 Maintainer: |
27 Bruno Haible | |
28 |