mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
*** empty log message ***
This commit is contained in:
parent
f2c9fcb07e
commit
f43aac9a6f
3 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
|
||||||
|
|
||||||
|
* HACKING: Updated recommended libtool version to be 1.3.5.
|
||||||
|
|
||||||
|
* RELEASE: Say that we should update HACKING to reflect the
|
||||||
|
versions of the tools we're using rather than README.
|
||||||
|
|
||||||
2000-06-02 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
|
2000-06-02 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
|
||||||
|
|
||||||
* NOTES: Removed.
|
* NOTES: Removed.
|
||||||
|
|
2
HACKING
2
HACKING
|
@ -23,7 +23,7 @@ Automake 1.4 --- a system for automatically generating Makefiles that
|
||||||
`guile.m4' from the top directory of the Guile core disty to
|
`guile.m4' from the top directory of the Guile core disty to
|
||||||
`/usr/local/share/aclocal.
|
`/usr/local/share/aclocal.
|
||||||
|
|
||||||
libtool 1.3.4 --- a system for managing the zillion hairy options needed
|
libtool 1.3.5 --- 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://ftp.gnu.org/pub/gnu/libtool"
|
"ftp://ftp.gnu.org/pub/gnu/libtool"
|
||||||
|
|
||||||
|
|
4
RELEASE
4
RELEASE
|
@ -93,7 +93,7 @@ Spiffing checklist:
|
||||||
* Make sure the downloading addresses and filenames in README are
|
* Make sure the downloading addresses and filenames in README are
|
||||||
current. (But don't bump the version number yet. We do that below.)
|
current. (But don't bump the version number yet. We do that below.)
|
||||||
* Check that the versions of aclocal, automake, autoconf, and autoheader
|
* Check that the versions of aclocal, automake, autoconf, and autoheader
|
||||||
in your PATH match those given in README. Note that the `make
|
in your PATH match those given in HACKING. Note that the `make
|
||||||
dist' process always invokes these tools, even when all the
|
dist' process always invokes these tools, even when all the
|
||||||
generated files are up to date.
|
generated files are up to date.
|
||||||
* Rebuild all generated files in the source tree:
|
* Rebuild all generated files in the source tree:
|
||||||
|
@ -103,7 +103,7 @@ Spiffing checklist:
|
||||||
+ Run autoheader.
|
+ Run autoheader.
|
||||||
+ Run automake.
|
+ Run automake.
|
||||||
* Verify that Guile builds and runs in your working directory.
|
* Verify that Guile builds and runs in your working directory.
|
||||||
* Run the test suite, in guile-modules/test-suite.
|
* Run the test suite, in guile-core/test-suite.
|
||||||
* Commit all changes to the CVS repository.
|
* Commit all changes to the CVS repository.
|
||||||
* Build a test distribution.
|
* Build a test distribution.
|
||||||
+ BEFORE doing 'make dist', configure the source tree for build
|
+ BEFORE doing 'make dist', configure the source tree for build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue