1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 2000-06-12 14:07:49 +00:00
parent 8bee78b395
commit 9a8a1e8a55
4 changed files with 14 additions and 3 deletions

View file

@ -1,5 +1,11 @@
2000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* Makefile.am (ACLOCAL): Define as ./guile-aclocal.sh.
(The rule will cd to $(top_srcdir).)
* configure.in (EXTRA_DOT_DOC_FILES): Create from LIBOBJS and
substitute it into libguile/Makefile.
* HACKING: Updated recommended libtool version to be 1.3.5.
* RELEASE: Say that we should update HACKING to reflect the

View file

@ -107,7 +107,8 @@ Spiffing checklist:
* Commit all changes to the CVS repository.
* Build a test distribution.
+ BEFORE doing 'make dist', configure the source tree for build
in the same tree with configuration option --with-threads.
in the same tree with configuration options
--enable-maintainer-mode --enable-debug-malloc --with-threads.
+ Make sure that readline was enabled correctly.
+ Build the tree.
(If the above steps are not done, the dependencies won't be properly

View file

@ -1,5 +1,9 @@
2000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* Makefile.am (EXTRA_DOT_X_FILES, EXTRA_DOT_DOC_FILES): New
variables.
(guile-procedures.txt): Depend on EXTRA_DOT_DOC_FILES.
* snarf.h (SCM_SNARF_HERE, SCM_SNARF_INIT, SCM_SNARF_DOCS):
Renamed from SCM_HERE, SCM_INIT, SCM_DOCS.

View file

@ -59,14 +59,14 @@ DOT_X_FILES = \
hooks.x init.x ioext.x iselect.x keywords.x lang.x list.x load.x \
macros.x mallocs.x modules.x net_db.x numbers.x objects.x \
objprop.x options.x pairs.x ports.x posix.x print.x procprop.x \
procs.x random.x read.x regex-posix.x root.x scmsigs.x \
procs.x random.x read.x root.x scmsigs.x \
script.x simpos.x smob.x socket.x sort.x srcprop.x stackchk.x \
stacks.x stime.x strings.x strop.x strorder.x strports.x struct.x \
symbols.x tag.x throw.x variable.x vectors.x \
version.x vports.x weaks.x
EXTRA_DOT_X_FILES = debug-malloc.x filesys.x net_db.x posix.x ramap.x \
socket.x threads.x unif.x
regex-posix.x socket.x threads.x unif.x
EXTRA_DOT_DOC_FILES = @EXTRA_DOT_DOC_FILES@