]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add a note about the libiconv dependency.
authorBruno Haible <bruno@clisp.org>
Thu, 22 May 2008 23:51:05 +0000 (23:51 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:43 +0000 (12:15 +0200)
ChangeLog
README.woe32

index d1f1404d62c664b732b126a37af41f835a23d912..76b99e05802784146a18c9ee0bc3787a3a8ff2a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-22  Bruno Haible  <bruno@clisp.org>
+
+       * README.woe32: Add a note about the libiconv dependency.
+       Reported by Marko Lindqvist <cazfi74@gmail.com>.
+
 2008-05-18  Bruno Haible  <bruno@clisp.org>
 
        * m4/libtool.m4: Update from libtool-2.2.4, with modifications:
index 53a15310a389bcb86d779602e4ca89cd897b1af9..b37d1a1869f2eba901e3100919e88ca103b872a4 100644 (file)
@@ -32,3 +32,9 @@ The -mno-cygwin tells the cygwin compiler and linker to build for mingw.
 The -I and -L option are so that packages previously built for the
 same environment are found. The --host option tells the various
 tools that you are building for mingw, not cygwin.
+
+Dependencies:
+
+This package depends on GNU libiconv. (See the file DEPENDENCIES.) Before
+building this package, you need to build GNU libiconv, in the same development
+environment, with the same configure options, and install it ("make install").