summaryrefslogtreecommitdiff
path: root/doc/configuration
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-02-02 00:35:08 +0100
committerKevin Ryde <user42@zip.com.au>2001-02-02 00:35:08 +0100
commitde764d9a32e73eaea05b5d2dc567859bc2bdef2a (patch)
treede57d6e9a80b7816b49e7c343a5692795d899773 /doc/configuration
parent978d4f6d09af926bbc6ae2e0dcd6fbb78adacf55 (diff)
downloadgmp-de764d9a32e73eaea05b5d2dc567859bc2bdef2a.tar.gz
* doc/configuration: Misc updates.
In particular remove the part about making a release. Don't want to encourage random drongos to contemplate doing that.
Diffstat (limited to 'doc/configuration')
-rw-r--r--doc/configuration23
1 files changed, 1 insertions, 22 deletions
diff --git a/doc/configuration b/doc/configuration
index 6d413fbca..80521c45e 100644
--- a/doc/configuration
+++ b/doc/configuration
@@ -125,7 +125,7 @@ Generic test programs, or tests for things in the top-level directory
can be added in the "tests" sub-directory. A "tests/rand" exists for
tests on the random number functions in the top-level directory.
-Tests related to mpz functions can be added to the "mpz/tests"
+Tests related to mpz functions can be added to the "tests/mpz"
directory. Similarly for mpn, mpq, mpf, mpbsd and mpfr.
In any case the name of the program should be added to check_PROGRAMS
@@ -273,27 +273,6 @@ At build time:
mp-h.in / | gmp.h
\ mp.h
-** Making a release
-
- i) Update __GNU_MP_VERSION in gmp-h.in, and ensure autoconf is
- re-run to pick that up.
-
- ii) Update the NEWS file (Makefile.am has "check-new"s so this is
- mandatory).
-
- iii) Update libtool library version numbers in the top-level
- Makefile.am.
-
- iv) In a build tree configured with --enable-maintainer-mode, run
- "make dist" to get everything (like gmp.info etc) up-to-date and
- make a .tar.gz.
-
-"make distcheck" makes a .tar.gz and does a test build and clean of
-the prospective .tar.gz. A common cause of it failing is not having
-the "clean" rules setup correctly. On a GNU/Linux system, ignore
-warnings from ldconfig when distcheck tests "make install", the test
-directory "=inst" upsets command line parsing a bit.
-
* Development setups
** General