1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-16 18:50:23 +02:00
Commit graph

6031 commits

Author SHA1 Message Date
Thien-Thi Nguyen
e65a241fd9 Back port from 1.2 on HEAD branch. 2002-02-19 20:43:10 +00:00
Thien-Thi Nguyen
a6f458cef0 (AC_LIBLTDL_CONVENIENCE): Delete.
(AC_LIBLTDL_INSTALLABLE): Use this instead.
2002-02-18 04:10:38 +00:00
Thien-Thi Nguyen
81bbe98fe1 Initial revision 2002-02-15 21:20:15 +00:00
Thien-Thi Nguyen
2fa86e0f97 *** empty log message *** 2002-02-13 04:26:13 +00:00
Thien-Thi Nguyen
d3f7a146de (AUTOMAKE_OPTIONS): Replace "gnu" with "foreign".
This undoes 1.9.4.1, reverting to 1.9.
2002-02-13 04:25:25 +00:00
Thien-Thi Nguyen
3336aae384 *** empty log message *** 2002-02-12 02:09:49 +00:00
Thien-Thi Nguyen
f1d5017d31 (bin_SCRIPTS): Move all values to `noinst_SCRIPTS'; delete.
(noinst_PROGRAMS, noinst_SCRIPTS): New.
2002-02-12 02:08:28 +00:00
Thien-Thi Nguyen
43f37ca00b Fix typo. 2002-02-10 00:38:52 +00:00
Thien-Thi Nguyen
1ff607ec1f Initial revision 2002-02-10 00:24:12 +00:00
Thien-Thi Nguyen
7e003f9cb7 *** empty log message *** 2002-02-10 00:23:13 +00:00
Thien-Thi Nguyen
a057f10aa2 (Hacking It Yourself): Use text from 1.63, removing "flex" reference. 2002-02-10 00:22:07 +00:00
Thien-Thi Nguyen
3ebfb6eaa2 *** empty log message *** 2002-02-10 00:18:17 +00:00
Thien-Thi Nguyen
914dd9fc97 Also pass "--force" to libtoolize.
Add recursion into libltdl.
Add "now run configure" message.
2002-02-10 00:16:03 +00:00
Thien-Thi Nguyen
d1e29c0d5e Back port from 1.9, with the following exception:
Set "-e" at the start.
2002-02-10 00:12:42 +00:00
Thien-Thi Nguyen
404d6d2a02 (EXTRA_DIST): Add $(ACLOCAL) and accconfig.h.
(TESTS): New macro.
2002-02-10 00:07:36 +00:00
Thien-Thi Nguyen
4903f72b0e (AC_STRUCT_ST_RDEV, AC_STRUCT_ST_BLKSIZE): No longer use these.
Instead use AC_CHECK_MEMBERS.

(AC_STRUCT_ST_BLOCKS): Use instead of ad-hoc test.

Use AC_PREREQ, AC_INIT and AC_CONFIG_SRCDIR sequence
instead of lone AC_INIT.

Use AC_CONFIG_FILES, AC_CONFIG_COMMANDS and AC_OUTPUT sequence
instead of lone AC_OUTPUT.

(AC_CONFIG_FILES): Add test-suite/Makefile and check-guile.
(AC_CONFIG_COMMANDS): Also chmod +x check-guile.
2002-02-10 00:02:06 +00:00
Thien-Thi Nguyen
d2e93f1160 Remove embedded libtool.m4.
AC_LANG not a variable now -- use __cplusplus unconditionally.
2002-02-09 23:54:29 +00:00
Thien-Thi Nguyen
53f6ccf8d3 *** empty log message *** 2002-02-09 23:40:39 +00:00
Thien-Thi Nguyen
a4ec214b8d Update autoconf-managed cpp symbol HAVE_ST_BLKSIZE
to HAVE_STRUCT_STAT_ST_BLKSIZE.

(scm_fport_buffer_add): Update autoconf-managed cpp
symbol HAVE_ST_BLKSIZE to HAVE_STRUCT_STAT_ST_BLKSIZE.
2002-02-09 23:39:04 +00:00
Thien-Thi Nguyen
6ca50d4204 (scm_stat2scm): Update autoconf-managed cpp
symbols HAVE_ST_RDEV, HAVE_ST_BLKSIZE and HAVE_ST_BLOCKS
to HAVE_STRUCT_STAT_ST_RDEV, HAVE_STRUCT_STAT_ST_BLKSIZE
and HAVE_STRUCT_STAT_ST_BLOCKS, respectively.
2002-02-09 23:35:28 +00:00
Thien-Thi Nguyen
7d919f2a59 (AUTOMAKE_OPTIONS): Replace "foreign" with "gnu".
(OMIT_DEPENDENCIES): Delete -- obsolete.
2002-02-09 23:31:12 +00:00
Thien-Thi Nguyen
641de944dd *** empty log message *** 2002-02-09 23:18:11 +00:00
Thien-Thi Nguyen
67c8a9bc4a *** empty log message *** 2002-02-09 23:17:32 +00:00
Thien-Thi Nguyen
6bc674b0b4 bye bye 2002-02-09 23:16:27 +00:00
Thien-Thi Nguyen
642b5714e8 Back port from 1.12, with the following exception:
do not use modules (ice-9 and-let-star) or (ice-9 rdelim).
2002-02-09 23:15:28 +00:00
Thien-Thi Nguyen
9c93b34cc2 Use test-file-name' and data-file-name'
instead of `data-file'.
2002-02-09 23:12:46 +00:00
Thien-Thi Nguyen
5570bfb40d Back port from 1.20, with these exceptions:
do not remove `signals-error?' and `signals-error?*', and do not
include (ice-9 stack-catch), which is not available yet.
2002-02-09 23:10:56 +00:00
Thien-Thi Nguyen
485b705442 *** empty log message *** 2002-02-09 23:03:48 +00:00
Thien-Thi Nguyen
aaa78dc3c4 (AUTOMAKE_OPTIONS): Replace "foreign" with "gnu". 2002-02-09 23:03:10 +00:00
Thien-Thi Nguyen
e4cd6e5750 (PORTSH): Delete cruft. 2002-02-09 08:10:55 +00:00
Thien-Thi Nguyen
9a060ea1a4 Add question: How did the 1.4 release process
allow this unterminated #ifndef?
2002-02-09 07:59:01 +00:00
Thien-Thi Nguyen
895688f64f *** empty log message *** 2002-02-09 00:45:52 +00:00
Thien-Thi Nguyen
82599ef14c (scm_make_gsubr): On "too many args" error,
also display arg count and name.
2002-02-09 00:44:55 +00:00
Thien-Thi Nguyen
3e8aa51d77 (Questions): Add q/a on cvs branch sanity. 2002-02-05 20:55:49 +00:00
cvs2svn
ce7b74fc77 This commit was manufactured by cvs2svn to create branch
'branch_release-1-4'.
2002-02-05 10:32:36 +00:00
Thien-Thi Nguyen
ae84ee626e (TEST_SUITE_DIR): Fix bug: Use `top_srcdir'.
(GUILE_LOAD_PATH): No longer include $top_srcdir.
2002-02-05 10:32:35 +00:00
Thien-Thi Nguyen
ec5e172228 Fix bug: Use ":" in `case' pattern to prevent prefix aliasing. 2002-02-05 10:30:04 +00:00
Thien-Thi Nguyen
77bf05e08b *** empty log message *** 2002-02-05 10:10:49 +00:00
Thien-Thi Nguyen
e15fa93d74 (top_builddir): Fix bug: Use cwd. 2002-02-05 10:09:39 +00:00
Thien-Thi Nguyen
0187b4f417 *** empty log message *** 2002-02-05 09:42:16 +00:00
Thien-Thi Nguyen
0f73b20f51 Include $(top_srcdir)/pre-inst-guile.am.
(overview): Use $(preinstguiletool).
2002-02-05 09:40:56 +00:00
Thien-Thi Nguyen
9f03ac3db2 Include $(top_srcdir)/pre-inst-guile.am.
(psyntax.pp): Use $(preinstguile).
2002-02-05 09:38:23 +00:00
Thien-Thi Nguyen
dce05f4a4b (libguile/guile-snarf-docs-texi): Remove
from `AC_CONFIG_FILES' and `AC_CONFIG_COMMANDS'.
2002-02-05 09:35:42 +00:00
Thien-Thi Nguyen
d6c33794d5 bye bye 2002-02-05 09:32:26 +00:00
Thien-Thi Nguyen
f8241358de Include $(top_srcdir)/pre-inst-guile.am.
(bin_SCRIPTS): Remove guile-snarf-docs-texi.
(alldotdocfiles, snarf2checkedtexi, dotdoc2texi): New vars.
(guile.texi, guile-procedures.texi): Use $(dotdoc2texi).
2002-02-05 09:29:53 +00:00
Thien-Thi Nguyen
5e9d88a400 *** empty log message *** 2002-02-05 09:27:12 +00:00
Thien-Thi Nguyen
9d32aac72a Include $(top_srcdir)/pre-inst-guile.am.
(GUILE): Delete var.
(autoconf-macros.texi): Use $(preinstguiletool).
2002-02-05 09:25:56 +00:00
Thien-Thi Nguyen
ba833f4a2f (srcdir): Delete var.
(top_builddir, top_srcdir, guile_opts): New vars.

Use "set -e".
No longer set LTDL_LIBRARY_PATH.
Use ${top_srcdir}/pre-inst-guile instead of libguile/guile.
2002-02-05 09:21:54 +00:00
Thien-Thi Nguyen
3ac1e90a7c Initial revision 2002-02-05 09:14:26 +00:00
Thien-Thi Nguyen
9c8d9ff919 *** empty log message *** 2002-02-05 09:13:00 +00:00