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