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