summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-05-23 23:56:17 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-05-23 23:56:17 +0000
commitc67f327f51bcf176a23ba6539683f0f80b02a483 (patch)
tree9cf9b7b935f2f5e874ee676681ea1f7677800585 /doc
parent09b0e1674963b08fecf2f1e8ad098f628d34566e (diff)
downloadmpfr-c67f327f51bcf176a23ba6539683f0f80b02a483.tar.gz
Added libtool-tcc-rpath.patch from
http://lists.gnu.org/archive/html/libtool-patches/2015-05/msg00000.html so that tcc can be used with libtool 2.4.3 to 2.4.6. In doc/README.dev, documented how to use this patch (before a release). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9459 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'doc')
-rw-r--r--doc/README.dev4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/README.dev b/doc/README.dev
index 34b996af1..a74d39647 100644
--- a/doc/README.dev
+++ b/doc/README.dev
@@ -331,6 +331,10 @@ running "make distcheck":
$ patch m4/libtool.m4 libtool-tcc-wl.patch
$ autoreconf
+And for libtool 2.4.3 to 2.4.6, the following is needed:
+$ patch m4/libtool.m4 libtool-tcc-rpath.patch
+$ autoreconf
+
===========================================================================
Here is a non-exhaustive list of macros used for building and checking MPFR.