summaryrefslogtreecommitdiff
path: root/README.dev
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-08-30 16:28:14 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-08-30 16:28:14 +0000
commit13d109ebc995c1c881d637c5915ef93fa6dfc486 (patch)
treedfa3fc5bc8d126625d7c61597ea0e58302d17c16 /README.dev
parent7a8d0ffe89fc117c8603086f372ac7739f42f7a3 (diff)
downloadmpc-13d109ebc995c1c881d637c5915ef93fa6dfc486.tar.gz
configure.ac: add svn version to autoconf version
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1045 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'README.dev')
-rw-r--r--README.dev2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.dev b/README.dev
index 66db2a1..ee192fe 100644
--- a/README.dev
+++ b/README.dev
@@ -19,6 +19,8 @@ Creating a new release
2) Check the version number in configure.ac ("AC_INIT (mpc, _version_...)"),
INSTALL, src/get_version.c, src/mpc.h (remove suffix "-dev" in
MPC_VERSION_STRING) and Makefile.vc.
+ In particular, comment definition of svnversion in configure.ac
+ to avoid that it is run by the user.
3) Verify that the API version in src/Makefile.am is correct.
4) Check that NEWS, BUGS and TODO are up to date, and that the minimal
version numbers of gmp and mpfr in configure.ac, INSTALL and