* guile-config.in (build-compile, help-compile, usage-compile):
[bpt/guile.git] / guile-config / ChangeLog
CommitLineData
c3d20aa6
JB
11998-10-05 Jim Blandy <jimb@zwingli.cygnus.com>
2
6ffeb7a3
JB
3 * guile-config.in: Redo the help system, so that each subcommand
4 defines its own usage text, as well as its help text.
5
c3d20aa6
JB
6 * guile-config.in (build-link): Include a -L option in the output
7 from `guile-config link', indicating where libguile was installed.
8
2adfe1c0
JB
91998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
10
c39894a8
JB
11 * guile-config.in: Don't import ice-9 regex; that's not available
12 on all systems. Maybe someday we'll have our own...
13 (set-program-name!): Use basename.
14 (build-link): Use basename and stock string functions, instead of
15 string-match.
d627bf71 16 (Bug report from Greg Troxel --- thanks!)
c39894a8 17
2adfe1c0
JB
18 * Directory renamed to guile-config from build.
19 * guile-config.in: Renamed from build-guile.in, for consistency
20 with the analogous script for GTK, called gtk-config.
21 * Makefile.am, .cvsignore: References to `build-guile' replaced
22 with `guile-config'.
23
241998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
25
26 * Makefile.in: Regenerated using the last public version of
27 automake, not the hacked Cygnus version.
28
291998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
30
31 * Makefile.in: Regenerated, after removing Totoro kludge.
32
331998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
34
35 * Makefile.in: Rebuilt, for config changes in parent dir.
36
371998-01-05 Tim Pierce <twp@skepsis.com>
38
39 * .cvsignore: New file.
40
41Mon Oct 6 11:45:59 1997 Jim Blandy <jimb@totoro.red-bean.com>
42
43 * build-guile.in: Try to return an appropriate exit status.
44
45 * build-guile.in: Rearranged to use a table of subcommands, and
46 include per-subcommand help.
47
48 * build-guile.in: New "info" subcommand, for easy access to Guile
49 build variables.
50
51Mon Sep 29 23:53:14 1997 Jim Blandy <jimb@totoro.red-bean.com>
52
53 * Makefile.in: Regenerated with automake 1.2c.
54
55Sat Sep 27 23:15:26 1997 Jim Blandy <jimb@totoro.red-bean.com>
56
57 * New directory --- the build-guile command, intended to help
58 people build Guile-based applications.
59 * Makefile.am, Makefile.in, build-guile.in: New files.