]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Installation instructions.
authorBruno Haible <bruno@clisp.org>
Tue, 1 Apr 2003 10:17:45 +0000 (10:17 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:20 +0000 (12:10 +0200)
ChangeLog
Makefile.am
README.mingw [new file with mode: 0644]
README.vms [new file with mode: 0644]

index ab2c5fc0500d20a893e53921d22372d04bfa3a4e..06289199f6b2b1e38fc34f719d5fa6de5bddc609 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index 92d1ac2f06717db124110324ee7f1dacd57d87a6..181338af7123754e3c6a5bf596a952aad01d8268 100644 (file)
@@ -48,12 +48,13 @@ EXTRA_DIST += os2/README.OS2 os2/Makefile os2/backward.def os2/configure.awk
 
 # 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.
diff --git a/README.mingw b/README.mingw
new file mode 100644 (file)
index 0000000..9f1a1da
--- /dev/null
@@ -0,0 +1,10 @@
+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.
diff --git a/README.vms b/README.vms
new file mode 100644 (file)
index 0000000..6408f46
--- /dev/null
@@ -0,0 +1,9 @@
+Installation on VMS:
+
+- Build instructions:
+
+  $ mms /description=Makefile.vms
+
+- Installation:
+
+  $ mms /description=Makefile.vms install