diff options
author | Marius Vollmer <mvo@zagadka.de> | 2001-06-03 01:07:06 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2001-06-03 01:07:06 +0000 |
commit | c794483cc03249ded91c49ab4e05a32bc99e2ed5 (patch) | |
tree | 9d47defb832c3c5906c0caa3aa13e83f5715e412 /HACKING | |
parent | 1e4be672f5643f043f5d05f08cc07945ae577b23 (diff) |
*** empty log message ***
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" |