1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 01:30:27 +02:00
Commit graph

7618 commits

Author SHA1 Message Date
Marius Vollmer
9ea1cfc656 (AUTOMAKE_OPTIONS): New, to request version 1.5.
(EXTRA_DIST): Don't distribute acconfig.h, which is gone.
(dist-hook): Removed.
(DISTCLEANFILES): Added check-guile.log.
(EXTRA_DIST): Don't distribute TODO.
2002-04-17 17:35:56 +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
6f79b6cceb *** empty log message *** 2002-04-16 20:12:21 +00:00
Marius Vollmer
3be0d96d0f Install the trap for removing $cleanfile only when the value of
$cleanfile is actually known.
2002-04-16 20:12:10 +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
21550b108e *** empty log message *** 2002-04-11 04:41:40 +00:00
Rob Browning
eede3dbc07 * configure.in: updates for new autoconf -- add definitions to
AC_DEFINE calls, and convert occurences of LIBOBJS to AC_LIBOBJ
calls.
2002-04-11 04:41:30 +00:00
Rob Browning
e103c6b4ee * acinclude.m4: add definitions to AC_DEFINE calls for new
autoconf.
2002-04-11 04:41:23 +00:00
Rob Browning
dd678f2880 * acconfig.h: removed -- newer autoconf doesn't like it, and now
we don't need it.
2002-04-11 04:41:16 +00:00
Rob Browning
16023445b4 * .cvsignore: add autom4te.cache and pre-inst-guile. 2002-04-11 04:41:09 +00:00
Rob Browning
64839c6b7a * .cvsignore: add autom4te.cache and *.c.clean.c. 2002-04-11 04:37:08 +00:00
Rob Browning
587cd12650 * configure.in: add definitions to AC_DEFINE calls for new
autoconf.
2002-04-11 04:36:52 +00:00
Rob Browning
caa6d6ecec * .cvsignore: add *.c.clean.c. 2002-04-11 04:31:09 +00:00
Rob Browning
f3dc9ef288 * .cvsignore: add versiondat.h and *.c.clean.c. 2002-04-11 04:30:47 +00:00
Rob Browning
812dbd5d4a * .cvsignore: add version-tutorial.texi, version.texi, and
stamp-vti1.
2002-04-11 04:30:09 +00:00
Rob Browning
2db9b0b647 * .cvsignore: add Makefile and Makefile.in. 2002-04-11 04:29:10 +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
Thien-Thi Nguyen
7e3521747d Fix typo. 2002-04-08 17:07:18 +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
Thien-Thi Nguyen
e2012b459c *** empty log message *** 2002-04-08 17:05:05 +00:00
Thien-Thi Nguyen
b262538585 Use (ice-9 getopt-long).
Autoload (ice-9 common-list).

(select-items): New proc.
(make-display-item): New proc.
(display-item): Delete.
(display-items): Use `make-display-item'.
(summarize-guile-TODO): Add option handling.
2002-04-08 17:03:57 +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