diff --git a/README b/README index 011fc5941..b76e46bd9 100644 --- a/README +++ b/README @@ -84,12 +84,12 @@ you want to make changes to the system (which we encourage!) you will find it helpful to have the tools we use to develop Guile. They are the following: -Autoconf 2.12 --- a system for automatically generating `configure' +Autoconf 2.13 --- a system for automatically generating `configure' scripts from templates which list the non-portable features a program would like to use. Available in "ftp://prep.ai.mit.edu/pub/gnu". -Automake 1.3 --- a system for automatically generating Makefiles that +Automake 1.4 --- 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