+2003-04-01 Bruno Haible <bruno@clisp.org>
+
+ * README.mingw: New file.
+ * README.vms: New file.
+ * Makefile.am (EXTRA_DIST): Add them.
+
2003-03-30 Bruno Haible <bruno@clisp.org>
* Makefile.vms: New file.
# VMS support.
-EXTRA_DIST += Makefile.vms
+EXTRA_DIST += README.vms Makefile.vms
# Woe32 support.
EXTRA_DIST += README.woe32 Makefile.msvc
+EXTRA_DIST += README.mingw
# Documentation tag not known to automake.
--- /dev/null
+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.
--- /dev/null
+Installation on VMS:
+
+- Build instructions:
+
+ $ mms /description=Makefile.vms
+
+- Installation:
+
+ $ mms /description=Makefile.vms install