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