summaryrefslogtreecommitdiff
path: root/README.dev
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-07-02 23:30:52 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-07-02 23:30:52 +0000
commit98022aa12a3f3664295ba1559a30d811a82af9d8 (patch)
treee6fa023b9ed12a83000fc0aff593fcaab52a56ea /README.dev
parent7ba937f5c9ce03548bb5bb55891b23f0796d7726 (diff)
downloadmpfr-98022aa12a3f3664295ba1559a30d811a82af9d8.tar.gz
README.dev: mentions patch-libtool and how to apply it.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4616 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'README.dev')
-rw-r--r--README.dev9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.dev b/README.dev
index 912001c3f..e388da155 100644
--- a/README.dev
+++ b/README.dev
@@ -65,7 +65,7 @@ To make a release (for the MPFR team):
3) Update the NEWS file.
Update the FAQ.html file with update-faq (and check it).
4) Update the ChangeLog file with "TZ=UTC svn log -rHEAD:0 -v".
- 5) Generate the release version with "make dist".
+ 5) Generate the release version with "make dist", but see below.
6) Test the release version on different machines, with and without
--enable-assert (--enable-assert, though doing more checks, may
hide bugs due to the fact that <stdio.h> is always included) with
@@ -93,6 +93,13 @@ To make a release (for the MPFR team):
For major or minor releases (but not patchlevels), a branch may be
created first to allow new features to be committed to the trunk.
+If the libtool has not been fixed yet for old Solaris versions, the
+patch patch-libtool needs to be applied, e.g.:
+ 1. patch aclocal.m4 patch-libtool
+ 2. autoconf
+ 3. ./configure
+ 4. make dist
+
===========================================================================
To check the coverage of the Test Suite, you can use GCOV.