summaryrefslogtreecommitdiff
path: root/README.dev
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-03-26 07:49:23 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-03-26 07:49:23 +0000
commit870036d256ee38f97646cd937406cf76ed643f25 (patch)
treee4be7254da73b07b5b13e27fac4055ee604f0ab1 /README.dev
parentab893f857a48454df98bc368fe18bed329f9492b (diff)
downloadmpc-870036d256ee38f97646cd937406cf76ed643f25.tar.gz
[README.dev] added comment about removing -ansi for releases
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@506 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'README.dev')
-rw-r--r--README.dev3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.dev b/README.dev
index 0885412..f436adc 100644
--- a/README.dev
+++ b/README.dev
@@ -13,7 +13,8 @@ Creating a new release
1) Check the version number in configure.ac ("AC_INIT (mpc, _version_...)"),
INSTALL, src/get_version.c, src/mpc.h (remove suffix in MPC_VERSION_STRING)
and Makefile.vc.
- 2) Disactivate the -Werror option in configure.ac.
+ 2) Disactivate the -Werror option in configure.ac, and also -ansi
+ (http://lists.gforge.inria.fr/pipermail/mpc-discuss/2009-March/000137.html)
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