mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 01:30:27 +02:00
*** empty log message ***
This commit is contained in:
parent
8bee78b395
commit
9a8a1e8a55
4 changed files with 14 additions and 3 deletions
|
@ -1,5 +1,11 @@
|
||||||
2000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
|
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.
|
* HACKING: Updated recommended libtool version to be 1.3.5.
|
||||||
|
|
||||||
* RELEASE: Say that we should update HACKING to reflect the
|
* RELEASE: Say that we should update HACKING to reflect the
|
||||||
|
|
3
RELEASE
3
RELEASE
|
@ -107,7 +107,8 @@ Spiffing checklist:
|
||||||
* 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
|
||||||
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.
|
+ Make sure that readline was enabled correctly.
|
||||||
+ Build the tree.
|
+ Build the tree.
|
||||||
(If the above steps are not done, the dependencies won't be properly
|
(If the above steps are not done, the dependencies won't be properly
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
2000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
|
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):
|
* snarf.h (SCM_SNARF_HERE, SCM_SNARF_INIT, SCM_SNARF_DOCS):
|
||||||
Renamed from SCM_HERE, SCM_INIT, SCM_DOCS.
|
Renamed from SCM_HERE, SCM_INIT, SCM_DOCS.
|
||||||
|
|
||||||
|
|
|
@ -59,14 +59,14 @@ DOT_X_FILES = \
|
||||||
hooks.x init.x ioext.x iselect.x keywords.x lang.x list.x load.x \
|
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 \
|
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 \
|
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 \
|
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 \
|
stacks.x stime.x strings.x strop.x strorder.x strports.x struct.x \
|
||||||
symbols.x tag.x throw.x variable.x vectors.x \
|
symbols.x tag.x throw.x variable.x vectors.x \
|
||||||
version.x vports.x weaks.x
|
version.x vports.x weaks.x
|
||||||
|
|
||||||
EXTRA_DOT_X_FILES = debug-malloc.x filesys.x net_db.x posix.x ramap.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@
|
EXTRA_DOT_DOC_FILES = @EXTRA_DOT_DOC_FILES@
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue