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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4110
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
4172
5321105558d8 Add module descriptions.
Bruno Haible <bruno@clisp.org>
parents: 4110
diff changeset
2 Character set conversion.
4110
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 m4/iconv.m4
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
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
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 configure.ac:
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 AM_ICONV
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 Makefile.am:
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
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
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
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
3ccc6d0d52bb Add a Maintainer.
Bruno Haible <bruno@clisp.org>
parents: 4175
diff changeset
26 Maintainer:
3ccc6d0d52bb Add a Maintainer.
Bruno Haible <bruno@clisp.org>
parents: 4175
diff changeset
27 Bruno Haible
3ccc6d0d52bb Add a Maintainer.
Bruno Haible <bruno@clisp.org>
parents: 4175
diff changeset
28