diff options
author | pelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-02-08 13:54:10 +0000 |
---|---|---|
committer | pelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-02-08 13:54:10 +0000 |
commit | edf538540f58bfbb42de8aa9d845dabba97748ba (patch) | |
tree | 7be910cfd80111e4d1cd57527eb16a0947b4f352 /README.dev | |
parent | e35d890c9c75b1b9bed6c3471dbc178ea384189a (diff) | |
download | mpfr-edf538540f58bfbb42de8aa9d845dabba97748ba.tar.gz |
Add support for Shared Library in MPFR (both Unix and Windows) by using libtool.
Improve configure (remove unused macros, make dist produce .zip and .bz2)
Update update-version to modify configure.in too.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3281 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'README.dev')
-rw-r--r-- | README.dev | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.dev b/README.dev index 51512c916..8a8e18099 100644 --- a/README.dev +++ b/README.dev @@ -38,6 +38,7 @@ a smaller set of changes. See diff(1) for more information. To make a release (for the MPFR team): 1) Check the version and update the date in mpfr.texi. + Update the libtool version too (see Makefile.am). 2) Update the NEWS file. 3) Update the ChangeLog file (using a recent version of rcs2log, directly or with emacs), e.g. rcs2log > ChangeLog.2 and edit |