File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1+ 2021-06-27 Bruno Haible <bruno@clisp.org>
2+
3+ README: Update.
4+ Reported at <https://savannah.gnu.org/bugs/?60837>.
5+ * README: Overhaul the paragraph that mentions iconv.m4.
6+
172021-06-06 Bruno Haible <bruno@clisp.org>
28
39 gnulib-local: Put real license notice into the source files.
Original file line number Diff line number Diff line change @@ -115,16 +115,13 @@ This library installs:
115115
116116To use it, simply #include <iconv.h> and use the functions.
117117
118- To use it in an autoconfiguring package:
119- - If you don't use automake, append m4/iconv.m4 to your aclocal.m4
120- file.
121- - If you do use automake, add m4/iconv.m4 to your m4 macro repository.
118+ To use it in a package that uses GNU autoconf and GNU automake:
119+ - Use gnulib-tool to import the Gnulib module 'iconv'. It consists
120+ of a couple of *.m4 files (iconv.m4 and its dependencies).
122121 - Add to the link command line of libraries and executables that use
123122 the functions the placeholder @LIBICONV@ (or, if using libtool for
124- the link, @LTLIBICONV@). If you use automake , the right place for
123+ the link, @LTLIBICONV@). In Makefile.am files , the right place for
125124 these additions are the *_LDADD variables.
126- Note that 'iconv.m4' is also part of GNU gnulib, available through
127- the gnulib module 'iconv'.
128125
129126
130127Copyright
You can’t perform that action at this time.
0 commit comments