From e010f44ae938b3a14812139c939798dde52ab62a Mon Sep 17 00:00:00 2001 From: enge Date: Sat, 5 Feb 2011 10:11:35 +0000 Subject: tests/Makefile.am: added fma.dat to distribution preparing mpc-0.9-rc1 git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@907 211d60ee-9f03-0410-a15a-8952a2c7a4e4 --- README.dev | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'README.dev') diff --git a/README.dev b/README.dev index 8d7f027..7a56a9c 100644 --- a/README.dev +++ b/README.dev @@ -2,14 +2,14 @@ Source code from the subversion repository ------------------------------------------ To compile source code obtained from the subversion repository, -make sure you have installed the autoconf, automake and libtools packages. +make sure you have installed the autoconf, automake and libtool packages. Execute $ autoreconf -i Required versions: * autoconf >= 2.61 -* automake >= 1.10.1 (maybe older versions work, please report) -* libtool >= 1.5.26 (maybe older versions work, please report) +* automake >= 1.10.1 +* libtool >= 2.2 Creating a new release ---------------------- @@ -27,9 +27,6 @@ Creating a new release 6) Execute "autoreconf; touch doc/mpc.texi; make distcheck". This updates the date and version number in doc/version.texi and creates the tarball for distribution. - Warning: do this on a machine with a recent libtool (for example 2.2.x - instead of 1.5.x which is buggy, cf - http://lists.gforge.inria.fr/pipermail/mpc-discuss/2009-March/000106.html) 7) Create an svn tag from inside the svn root: svn cp trunk tags/VERSION 8) Update the web page on the server. -- cgit v1.2.1