summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2001-06-03 01:07:06 +0000
committerMarius Vollmer <mvo@zagadka.de>2001-06-03 01:07:06 +0000
commitc794483cc03249ded91c49ab4e05a32bc99e2ed5 (patch)
tree9d47defb832c3c5906c0caa3aa13e83f5715e412 /HACKING
parent1e4be672f5643f043f5d05f08cc07945ae577b23 (diff)
downloadguile-c794483cc03249ded91c49ab4e05a32bc99e2ed5.tar.gz
*** empty log message ***
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING6
1 files changed, 3 insertions, 3 deletions
diff --git a/HACKING b/HACKING
index a0487e30a..e5ae2aea4 100644
--- a/HACKING
+++ b/HACKING
@@ -37,12 +37,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.13 --- a system for automatically generating `configure'
+Autoconf 2.50 --- a system for automatically generating `configure'
scripts from templates which list the non-portable features a
program would like to use. Available in
"ftp://ftp.gnu.org/pub/gnu/autoconf"
-Automake 1.4 --- a system for automatically generating Makefiles that
+Automake 1.4-p2 --- 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
@@ -53,7 +53,7 @@ Automake 1.4 --- a system for automatically generating Makefiles that
`guile.m4' from the top directory of the Guile core disty to
`/usr/local/share/aclocal.
-libtool 1.3.5 --- a system for managing the zillion hairy options needed
+libtool 1.4 --- a system for managing the zillion hairy options needed
on various systems to produce shared libraries. Available in
"ftp://ftp.gnu.org/pub/gnu/libtool"