From f4ff961d766f13d99cbde79c33292eb4351cc7d5 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Tue, 12 Mar 2002 21:21:03 +0000 Subject: [PATCH] *** empty log message *** --- RELEASE | 16 +++++++++++++++- THANKS | 4 ++++ ice-9/ChangeLog | 4 ++++ 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/RELEASE b/RELEASE index 6758892ea..ed1ae61c8 100644 --- a/RELEASE +++ b/RELEASE @@ -154,7 +154,20 @@ Spiffing checklist: * Remove automake and autoconf from your path, or turn off their execute bits, or something. (Users must be able to build from the - tarfile without installing those tools.) + tarfile without installing those tools.) As an example, you could + disable the tools during the test like so: + + mkdir /tmp/stub + cat > /tmp/stub/do-nothing < + + * syncase.scm (gensym): fix failure on non-threaded systems. + 2002-03-05 Thien-Thi Nguyen * ftw.scm: New file.