diff --git a/README b/README index 22a03b6a6..d2714763c 100644 --- a/README +++ b/README @@ -99,9 +99,13 @@ Automake 1.1p --- a system for automatically generating Makefiles that conform to the (rather Byzantine) GNU coding standards. The nice thing is that it takes care of hairy targets like 'make dist' and 'make distclean', and automatically generates - Makefile dependencies. Available in + Makefile dependencies. Automake is available in "ftp://ftp.cygnus.com/pub/tromey". + Before using automake, you may need to copy `threads.m4' and + `guile.m4' from the top directory of the Guile core disty to + `/usr/local/share/aclocal. + libtool 0.9d --- a system for managing the zillion hairy options needed on various systems to produce shared libraries. Available in "ftp://alpha.gnu.ai.mit.edu/gnu". diff --git a/RELEASE b/RELEASE index 04be31c76..2213d079c 100644 --- a/RELEASE +++ b/RELEASE @@ -4,6 +4,7 @@ it in the distribution. In release 1.2: - note that #/ syntax is going to go away. +- fix all uses of #/ in the dist. In release 1.3: - make #/ generate a warning.