1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

*** empty log message ***

This commit is contained in:
Rob Browning 2002-03-03 21:13:17 +00:00
parent 674e7c7439
commit a32693735c
2 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2002-03-03 Rob Browning <rlb@defaultvalue.org>
* .cvsignore: add pre-inst-guile.
2002-02-27 Thien-Thi Nguyen <ttn@giblet.glug.org> 2002-02-27 Thien-Thi Nguyen <ttn@giblet.glug.org>
* Makefile.am (SUBDIRS): Add `am'. * Makefile.am (SUBDIRS): Add `am'.

10
RELEASE
View file

@ -123,7 +123,7 @@ Spiffing checklist:
* configure the source tree for build in the same tree with these * configure the source tree for build in the same tree with these
configuration options: configuration options:
--enable-maintainer-mode --enable-debug-malloc --with-threads --enable-maintainer-mode --enable-debug-malloc --with-threads
--enable-error-on-warning --enable-error-on-warning --prefix=/wherever/you/want
* Make sure that readline was enabled correctly. * Make sure that readline was enabled correctly.
@ -131,9 +131,11 @@ Spiffing checklist:
dependencies won't be properly included in the generated dependencies won't be properly included in the generated
Makefile.in files.) Makefile.in files.)
* Verify that Guile builds and runs in your working directory. * Run a "make", "make check", and a "make install". Make sure to
delete your previous install tree before the "make install".
* Run a "make check". * Look at the install tree (with "find | sort" or similar) and make
sure nothing seems obviously amiss.
* Run 'make dist'. * Run 'make dist'.
@ -162,7 +164,7 @@ Spiffing checklist:
+ Remove automake and autoconf from your path, or turn off their + Remove automake and autoconf from your path, or turn off their
execute bits, or something. (Users must be able to build the execute bits, or something. (Users must be able to build the
disty without installing those tools.) disty without installing those tools.)
+ Configure, make, and install. + Configure, make, make check, and make install.
+ Make sure LD_LIBRARY_PATH doesn't include anything unnecessary. + Make sure LD_LIBRARY_PATH doesn't include anything unnecessary.
+ Run the test suite on the installed version. + Run the test suite on the installed version.
+ You might try the example code in the doc directory. + You might try the example code in the doc directory.