]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Obsolete: Compilation works fine with current libtool.
authorBruno Haible <bruno@clisp.org>
Wed, 6 Jul 2005 14:28:03 +0000 (14:28 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:37 +0000 (12:12 +0200)
README.mingw [deleted file]

diff --git a/README.mingw b/README.mingw
deleted file mode 100644 (file)
index 9f1a1da..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-Installation on Mingw32:
-
-See file INSTALL.
-
-When configuring with the default options, the build will attempt to create
-shared libraries and fail because libtool 1.4.3 does not support shared
-libraries on Mingw32.  To remedy:
-  - Either configure with option --disable-shared, to create non-shared
-    libraries only.
-  - Or update this package with the libtool CVS, and configure normally.