*** empty log message ***
[bpt/guile.git] / guile-config / ChangeLog
CommitLineData
33432c79
JB
11998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
2
3 * COPYING: New file.
4 * Makefile.in: Regenerated.
5
98330fd2
JB
61998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
7
8 * guile-config.in: Add copyright notice.
9
8aa5c148
JB
101998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
11
fefec3e0
JB
12 * guile-config.in (build-link): It isn't. Revert the change.
13
8aa5c148
JB
14 * guile-config.in (build-link): Include a -R flag in the output
15 from link. Not sure if this is the right thing to do.
16
c3d20aa6
JB
171998-10-05 Jim Blandy <jimb@zwingli.cygnus.com>
18
429a44e3
JB
19 * guile-config.in (build-compile, help-compile, usage-compile):
20 New functions to implement new subcommand.
21
6ffeb7a3
JB
22 * guile-config.in: Redo the help system, so that each subcommand
23 defines its own usage text, as well as its help text.
24
c3d20aa6
JB
25 * guile-config.in (build-link): Include a -L option in the output
26 from `guile-config link', indicating where libguile was installed.
2d0937bc 27 (Thanks to Greg Troxel.)
c3d20aa6 28
2adfe1c0
JB
291998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
30
c39894a8
JB
31 * guile-config.in: Don't import ice-9 regex; that's not available
32 on all systems. Maybe someday we'll have our own...
33 (set-program-name!): Use basename.
34 (build-link): Use basename and stock string functions, instead of
35 string-match.
d627bf71 36 (Bug report from Greg Troxel --- thanks!)
c39894a8 37
2adfe1c0
JB
38 * Directory renamed to guile-config from build.
39 * guile-config.in: Renamed from build-guile.in, for consistency
40 with the analogous script for GTK, called gtk-config.
41 * Makefile.am, .cvsignore: References to `build-guile' replaced
42 with `guile-config'.
43
441998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
45
46 * Makefile.in: Regenerated using the last public version of
47 automake, not the hacked Cygnus version.
48
491998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
50
51 * Makefile.in: Regenerated, after removing Totoro kludge.
52
531998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
54
55 * Makefile.in: Rebuilt, for config changes in parent dir.
56
571998-01-05 Tim Pierce <twp@skepsis.com>
58
59 * .cvsignore: New file.
60
61Mon Oct 6 11:45:59 1997 Jim Blandy <jimb@totoro.red-bean.com>
62
63 * build-guile.in: Try to return an appropriate exit status.
64
65 * build-guile.in: Rearranged to use a table of subcommands, and
66 include per-subcommand help.
67
68 * build-guile.in: New "info" subcommand, for easy access to Guile
69 build variables.
70
71Mon Sep 29 23:53:14 1997 Jim Blandy <jimb@totoro.red-bean.com>
72
73 * Makefile.in: Regenerated with automake 1.2c.
74
75Sat Sep 27 23:15:26 1997 Jim Blandy <jimb@totoro.red-bean.com>
76
77 * New directory --- the build-guile command, intended to help
78 people build Guile-based applications.
79 * Makefile.am, Makefile.in, build-guile.in: New files.