Add some more I18N stuff, and a blurb on libtool.

This commit is contained in:
Maxim Sobolev 2002-01-16 21:04:07 +00:00
parent 6dc6cfc744
commit f0fb07dda3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11720

View file

@ -113,8 +113,23 @@ pre-patch:
<p>Also, make sure the translation files are installed as .mo files and <p>Also, make sure the translation files are installed as .mo files and
not .gmo files. To do this, you can generally use this not .gmo files. To do this, you can generally use this
<a href="../patches/patch-po::Makefile.in.in">patch</a>.</p> <a href="../patches/patch-po::Makefile.in.in">patch</a>.</p>
<p>If your port depends on iconv, make sure you substitute all
instances of <tt>iconv.h</tt> with <tt>giconv.h</tt>, and all
instances of <tt>-liconv</tt> with <tt>-lgiconv</tt>.</p>
<!-- End GNOME I18N --> <!-- End GNOME I18N -->
<!-- Begin GNOME libtool -->
<h2>Libtool Issues</h2>
<p>Most if not all GNOME applications depend on GNU's libtool. They
also use the GNU configure system. Newer versions of libtool have
a problem with FreeBSD's <tt>USE_LIBTOOL</tt> macro. Use of this
macro should be avoided. Instead, set <tt>GNU_CONFIGURE= yes</tt>,
and use the following <a href="../patches/patch-ltmain.sh">patch</a>
to prevent the installation of .la files.</p>
<!-- End GNOME libtool -->
<p>The more ported applications we have, the better. <p>The more ported applications we have, the better.
</td> </td>
</tr> </tr>