* Eliminate last call to scm_vector_set_length_x within libguile.
[bpt/guile.git] / guile-config / ChangeLog
1 2000-01-12 Marius Vollmer <mvo@zagadka.ping.de>
2
3 * Makefile.am (EXTRA_DIST): Added "guile.m4".
4
5 1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
6
7 * guile.m4: Moved here from top-level directory; see the ChangeLog
8 entry there.
9 * Makefile.am (aclocaldir, aclocal_DATA): New variables, ensuring
10 that guile.m4 gets installed.
11
12 * Makefile.in: Deleted from CVS repository. Run the autogen.sh
13 script to create generated files like this one.
14
15 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
16
17 * Makefile.in: Regenerated.
18
19 1998-07-29 Marius Vollmer <mvo@zagadka.ping.de>
20
21 * guile-config.in (build-link): Correct non-RnRS usage of internal
22 defines.
23
24 1999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
25
26 * Makefile.in: Regenerated.
27
28 1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
29
30 * COPYING: New file.
31 * Makefile.in: Regenerated.
32
33 1998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
34
35 * guile-config.in: Add copyright notice.
36
37 1998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
38
39 * guile-config.in (build-link): It isn't. Revert the change.
40
41 * guile-config.in (build-link): Include a -R flag in the output
42 from link. Not sure if this is the right thing to do.
43
44 1998-10-05 Jim Blandy <jimb@zwingli.cygnus.com>
45
46 * guile-config.in (build-compile, help-compile, usage-compile):
47 New functions to implement new subcommand.
48
49 * guile-config.in: Redo the help system, so that each subcommand
50 defines its own usage text, as well as its help text.
51
52 * guile-config.in (build-link): Include a -L option in the output
53 from `guile-config link', indicating where libguile was installed.
54 (Thanks to Greg Troxel.)
55
56 1998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
57
58 * guile-config.in: Don't import ice-9 regex; that's not available
59 on all systems. Maybe someday we'll have our own...
60 (set-program-name!): Use basename.
61 (build-link): Use basename and stock string functions, instead of
62 string-match.
63 (Bug report from Greg Troxel --- thanks!)
64
65 * Directory renamed to guile-config from build.
66 * guile-config.in: Renamed from build-guile.in, for consistency
67 with the analogous script for GTK, called gtk-config.
68 * Makefile.am, .cvsignore: References to `build-guile' replaced
69 with `guile-config'.
70
71 1998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
72
73 * Makefile.in: Regenerated using the last public version of
74 automake, not the hacked Cygnus version.
75
76 1998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
77
78 * Makefile.in: Regenerated, after removing Totoro kludge.
79
80 1998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
81
82 * Makefile.in: Rebuilt, for config changes in parent dir.
83
84 1998-01-05 Tim Pierce <twp@skepsis.com>
85
86 * .cvsignore: New file.
87
88 Mon Oct 6 11:45:59 1997 Jim Blandy <jimb@totoro.red-bean.com>
89
90 * build-guile.in: Try to return an appropriate exit status.
91
92 * build-guile.in: Rearranged to use a table of subcommands, and
93 include per-subcommand help.
94
95 * build-guile.in: New "info" subcommand, for easy access to Guile
96 build variables.
97
98 Mon Sep 29 23:53:14 1997 Jim Blandy <jimb@totoro.red-bean.com>
99
100 * Makefile.in: Regenerated with automake 1.2c.
101
102 Sat Sep 27 23:15:26 1997 Jim Blandy <jimb@totoro.red-bean.com>
103
104 * New directory --- the build-guile command, intended to help
105 people build Guile-based applications.
106 * Makefile.am, Makefile.in, build-guile.in: New files.