1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1997-06-22 20:53:07 +00:00
parent 942fafadca
commit 2b272b1e14
2 changed files with 6 additions and 1 deletions

6
README
View file

@ -99,9 +99,13 @@ Automake 1.1p --- a system for automatically generating Makefiles that
conform to the (rather Byzantine) GNU coding standards. The conform to the (rather Byzantine) GNU coding standards. The
nice thing is that it takes care of hairy targets like 'make nice thing is that it takes care of hairy targets like 'make
dist' and 'make distclean', and automatically generates dist' and 'make distclean', and automatically generates
Makefile dependencies. Available in Makefile dependencies. Automake is available in
"ftp://ftp.cygnus.com/pub/tromey". "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 libtool 0.9d --- a system for managing the zillion hairy options needed
on various systems to produce shared libraries. Available in on various systems to produce shared libraries. Available in
"ftp://alpha.gnu.ai.mit.edu/gnu". "ftp://alpha.gnu.ai.mit.edu/gnu".

View file

@ -4,6 +4,7 @@ it in the distribution.
In release 1.2: In release 1.2:
- note that #/ syntax is going to go away. - note that #/ syntax is going to go away.
- fix all uses of #/ in the dist.
In release 1.3: In release 1.3:
- make #/ generate a warning. - make #/ generate a warning.