*** empty log message ***
[bpt/guile.git] / guile-config / ChangeLog
CommitLineData
0c1221ab
JB
11999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
2
3 * Makefile.in: Deleted from CVS repository. Run the autogen.sh
4 script to create generated files like this one.
5
e1f20ec6
JB
61999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
7
8 * Makefile.in: Regenerated.
9
2a52b429
MD
101998-07-29 Marius Vollmer <mvo@zagadka.ping.de>
11
12 * guile-config.in (build-link): Correct non-RnRS usage of internal
13 defines.
14
cceae55d
JB
151999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
16
17 * Makefile.in: Regenerated.
18
33432c79
JB
191998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
20
21 * COPYING: New file.
22 * Makefile.in: Regenerated.
23
98330fd2
JB
241998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
25
26 * guile-config.in: Add copyright notice.
27
8aa5c148
JB
281998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
29
fefec3e0
JB
30 * guile-config.in (build-link): It isn't. Revert the change.
31
8aa5c148
JB
32 * guile-config.in (build-link): Include a -R flag in the output
33 from link. Not sure if this is the right thing to do.
34
c3d20aa6
JB
351998-10-05 Jim Blandy <jimb@zwingli.cygnus.com>
36
429a44e3
JB
37 * guile-config.in (build-compile, help-compile, usage-compile):
38 New functions to implement new subcommand.
39
6ffeb7a3
JB
40 * guile-config.in: Redo the help system, so that each subcommand
41 defines its own usage text, as well as its help text.
42
c3d20aa6
JB
43 * guile-config.in (build-link): Include a -L option in the output
44 from `guile-config link', indicating where libguile was installed.
2d0937bc 45 (Thanks to Greg Troxel.)
c3d20aa6 46
2adfe1c0
JB
471998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
48
c39894a8
JB
49 * guile-config.in: Don't import ice-9 regex; that's not available
50 on all systems. Maybe someday we'll have our own...
51 (set-program-name!): Use basename.
52 (build-link): Use basename and stock string functions, instead of
53 string-match.
d627bf71 54 (Bug report from Greg Troxel --- thanks!)
c39894a8 55
2adfe1c0
JB
56 * Directory renamed to guile-config from build.
57 * guile-config.in: Renamed from build-guile.in, for consistency
58 with the analogous script for GTK, called gtk-config.
59 * Makefile.am, .cvsignore: References to `build-guile' replaced
60 with `guile-config'.
61
621998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
63
64 * Makefile.in: Regenerated using the last public version of
65 automake, not the hacked Cygnus version.
66
671998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
68
69 * Makefile.in: Regenerated, after removing Totoro kludge.
70
711998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
72
73 * Makefile.in: Rebuilt, for config changes in parent dir.
74
751998-01-05 Tim Pierce <twp@skepsis.com>
76
77 * .cvsignore: New file.
78
79Mon Oct 6 11:45:59 1997 Jim Blandy <jimb@totoro.red-bean.com>
80
81 * build-guile.in: Try to return an appropriate exit status.
82
83 * build-guile.in: Rearranged to use a table of subcommands, and
84 include per-subcommand help.
85
86 * build-guile.in: New "info" subcommand, for easy access to Guile
87 build variables.
88
89Mon Sep 29 23:53:14 1997 Jim Blandy <jimb@totoro.red-bean.com>
90
91 * Makefile.in: Regenerated with automake 1.2c.
92
93Sat Sep 27 23:15:26 1997 Jim Blandy <jimb@totoro.red-bean.com>
94
95 * New directory --- the build-guile command, intended to help
96 people build Guile-based applications.
97 * Makefile.am, Makefile.in, build-guile.in: New files.