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