summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRob Browning <rlb@defaultvalue.org>2001-08-18 03:06:18 +0000
committerRob Browning <rlb@defaultvalue.org>2001-08-18 03:06:18 +0000
commit8098fca9318e5fd1fbb0aa9ebf18c1d395ad8a0c (patch)
tree39536f4432c593888c022e36cd47af0f3e2b13ae /RELEASE
parenta786db16b20bbd6cedaf4249f7584f6d0861a5b5 (diff)
downloadguile-8098fca9318e5fd1fbb0aa9ebf18c1d395ad8a0c.tar.gz
*** empty log message ***
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE13
1 files changed, 11 insertions, 2 deletions
diff --git a/RELEASE b/RELEASE
index 76ab6f9c3..8289964da 100644
--- a/RELEASE
+++ b/RELEASE
@@ -118,17 +118,26 @@ Spiffing checklist:
* Commit all changes to the CVS repository.
* Build a test distribution.
+
+ update GUILE-VERSION each time you make a test distribution. For
example, just before the 1.6.0 release, we went through some
number of 1.5.X test releases.
+
+ BEFORE doing 'make dist', configure the source tree for build
- in the same tree with configuration options
- --enable-maintainer-mode --enable-debug-malloc --with-threads.
+ in the same tree with these configuration options:
+ --enable-maintainer-mode
+ --enable-debug-malloc
+ --with-threads
+ --enable-error-on-warning
+
+ Make sure that readline was enabled correctly.
+
+ Build the tree.
(If the above steps are not done, the dependencies won't be properly
included in the generated Makefile.in files.)
+
+ Then do 'make dist'.
+
+ Check that the dependencies in guile-readline/Makefile look OK.
(We currently use a kludge which edits the dependencies generated
by automake so that Guile can be built in a directory separate