Marius Vollmer
4096654308
* Makefile.am (EXTRA_DIST): Added qthreads.m4.
...
* qthreads.m4: Moved here from top directory.
2002-04-26 17:35:54 +00:00
Thien-Thi Nguyen
221f0aa291
*** empty log message ***
2002-04-25 15:32:42 +00:00
Thien-Thi Nguyen
0107a982bc
Remove explicit "set -x", which can be
...
enabled by the user on the command line,
and which construction is not portable.
2002-04-25 15:31:48 +00:00
Thien-Thi Nguyen
220d249637
*** empty log message ***
2002-04-23 22:43:11 +00:00
Thien-Thi Nguyen
5a9ac4ec19
Update.
2002-04-23 22:42:26 +00:00
Thien-Thi Nguyen
af1122404f
*** empty log message ***
2002-04-23 22:34:03 +00:00
Thien-Thi Nguyen
0e15d345c5
(scm_slot_exists_p): Rename from scm_slots_exists_p.
2002-04-23 22:33:29 +00:00
Thien-Thi Nguyen
fb7d3f4f7b
(scm_slot_exists_p): Rename from scm_slots_exists_p.
...
(s_scm_slot_exists_p): Rename from s_scm_slots_exists_p.
2002-04-23 22:31:53 +00:00
Neil Jerram
a6d4acaa59
Manual debugging and refactoring work.
2002-04-20 19:22:29 +00:00
Neil Jerram
2a1d8d8568
* Manual work on debugging infrastructure.
2002-04-20 15:48:29 +00:00
Neil Jerram
479259a7f4
* New manual material: example of extending Dia using Guile.
2002-04-20 11:02:37 +00:00
Marius Vollmer
6a2fcd5322
*** empty log message ***
2002-04-18 07:52:18 +00:00
Marius Vollmer
c1f34de18f
Fix typo in comment.
2002-04-18 07:52:01 +00:00
Marius Vollmer
227571a7bc
*** empty log message ***
2002-04-17 08:20:35 +00:00
Marius Vollmer
988e280a95
Removed dirt from a previous, careless commit: call guile-aclocal.sh
...
instead of aclocal. Sorry.
2002-04-17 08:20:25 +00:00
Marius Vollmer
32f2d70008
Call automake twice for guile-core so that two copies of mdate-sh get
...
a chance of being installed (one in doc/ref/ and one in
doc/tutorial/).
2002-04-16 22:15:14 +00:00
Marius Vollmer
7a1d19ac0e
*** empty log message ***
2002-04-14 20:02:50 +00:00
Marius Vollmer
103c483586
(AUTOMAKE_OPTIONS): New, to request version 1.5.
...
(EXTRA_DIST): Don't distribute acconfig.h, which is gone.
2002-04-14 20:02:39 +00:00
Marius Vollmer
4b8f7eed3c
Bump required autoconf version to 2.53. Move uses of AC_LIBOBJ after
...
AC_PROG_CC. AC_LIBOBJ needs OBJEXT which is set by AC_PROG_CC.
2002-04-14 20:01:19 +00:00
Neil Jerram
4f2be4d782
Work on `how to program Guile' docs.
2002-04-13 09:03:47 +00:00
Rob Browning
a6d2ddd9e2
*** empty log message ***
2002-04-12 15:51:24 +00:00
Rob Browning
9b9f34ef53
* readline.scm: fix typo...
2002-04-12 15:51:18 +00:00
Rob Browning
cc10ef2629
*** empty log message ***
2002-04-09 17:35:28 +00:00
Rob Browning
0647637a2f
* configure.in: autoconf 2.53 compliance. Add documentation for
...
many AC_DEFINEs. Convert LIBOBJS uses to AC_LIBOBJ. Fix
LIBLOBJS, EXTRA_DOT_DOC_FILES, and EXTRA_DOT_X_FILES LIBLOBJS
computation to match template in autoconf info pages. Add
LIBGUILE_SRFI_SRFI_4_LTHACK and LIBGUILE_SRFI_SRFI_13_14_LTHACK
substs.
2002-04-09 17:34:47 +00:00
Rob Browning
398fc9bdd1
* .cvsignore: add *.c.clean.c.
2002-04-09 17:30:11 +00:00
Rob Browning
cec1f414cc
*** empty log message ***
2002-04-09 17:27:46 +00:00
Rob Browning
852b06e2f4
* srfi-4.scm: hack around dynamic-link problems by
...
using painfully explicit lib names.
2002-04-09 17:27:35 +00:00
Rob Browning
667f6c2fbd
* srfi-14.scm: hack around dynamic-link problems by
...
using painfully explicit lib names.
2002-04-09 17:27:28 +00:00
Rob Browning
a2174d4286
* srfi-13.scm: hack around dynamic-link problems by
...
using painfully explicit lib names.
2002-04-09 17:27:22 +00:00
Rob Browning
87cf132b41
* Makefile.am: hack around dynamic-link problems by
...
using painfully explicit lib names.
2002-04-09 17:26:37 +00:00
Rob Browning
5d67ef1098
* Makefile.am (guile.texi): EXEEXT fix.
...
($(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES)): EXEEXT fix.
(BUILT_SOURCES): add guile-procedures.texi.
* Makefile.am ($(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES)): use
$(EXEEXT) for guile_filter_doc_snarfage on cygwin.
(guile.texi): add $(EXEEXT) for guile on cygwin.
2002-04-09 17:24:41 +00:00
Rob Browning
44b07d05f8
* readline.scm: hack around dynamic-link problems by
...
using painfully explicit lib names.
2002-04-09 17:22:02 +00:00
Rob Browning
7554881756
* configure.in: add documentation for AC_DEFINEs and add
...
LIBGUILEREADLINE_LTHACK.
2002-04-09 17:21:22 +00:00
Rob Browning
23782de180
* Makefile.am: hack around dynamic-link problems by
...
using painfully explicit lib names.
2002-04-09 17:19:41 +00:00
Rob Browning
ae5a032adf
* LIBGUILEREADLINE-VERSION: hack around dynamic-link problems by
...
using painfully explicit lib names.
(LIBGUILEREADLINE_LTHACK): new var.
2002-04-09 17:19:11 +00:00
Rob Browning
5196f26c08
* acinclude.m4: add documentation for AC_DEFINEs.
2002-04-09 17:17:03 +00:00
Rob Browning
94e1f12fcd
* acconfig.h: removed -- newer autoconf doesn't like it, and now
...
we don't need it.
2002-04-09 17:16:23 +00:00
Rob Browning
19362e4d86
* GUILE-VERSION: hack around dynamic-link problems by using
...
painfully explicit lib names.
(LIBGUILE_SRFI_SRFI_4_LTHACK): new var (1.6 only).
(LIBGUILE_SRFI_SRFI_13_14_LTHACK): new var (1.6 only).
2002-04-09 17:15:51 +00:00
Rob Browning
353173b7fd
* .cvsignore: add autom4te.cache.
2002-04-09 17:10:52 +00:00
Thien-Thi Nguyen
59cf3efa99
Typo fix; nfc.
2002-04-08 20:44:07 +00:00
Marius Vollmer
db91fbdf52
*** empty log message ***
2002-04-08 17:09:26 +00:00
Marius Vollmer
66b04b0cb4
(guile-snarf): Updated.
2002-04-08 17:09:07 +00:00
Marius Vollmer
ef6b53ce6e
Do not clean input file. This would write to the $(srcdir) during a
...
VPATH build, which is not allowed. It also isn't needed since it only
works when an output filename has been specified and in that case we
don't need to clean the input file because the output file will
already exist.
2002-04-08 17:05:56 +00:00
Marius Vollmer
f9a3a966e2
*** empty log message ***
2002-04-08 16:54:45 +00:00
Marius Vollmer
c0c187f066
(EXTRA_DIST): Don't distribute TODO.
2002-04-08 16:54:35 +00:00
Marius Vollmer
f9de136145
Do not link TODO from $workbook/tasks/TODO.
2002-04-08 16:54:26 +00:00
Marius Vollmer
2b23ce60cb
*** empty log message ***
2002-04-08 00:44:34 +00:00
Marius Vollmer
0ba3265947
(SCM_TESTS_DIRS, dist-hook): New, distribute directories manually.
2002-04-08 00:44:25 +00:00
Marius Vollmer
5182135c19
(EXTRA_DIST): Added cpp_err_symbols.c and cpp_sig_symbols.c.
2002-04-08 00:43:26 +00:00
Marius Vollmer
14e0bc5aaa
(dist-hook): Make sure $(distdir)/Makefile.in is writable before
...
modifying it.
2002-04-08 00:41:23 +00:00