* Makefile.am (EXTRA_DIST): Added "guile.m4".
[bpt/guile.git] / guile-config / ChangeLog
CommitLineData
0c1221ab
JB
11999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
2
0cbedb5b
JB
3 * guile.m4: Moved here from top-level directory; see the ChangeLog
4 entry there.
5 * Makefile.am (aclocaldir, aclocal_DATA): New variables, ensuring
6 that guile.m4 gets installed.
7
0c1221ab
JB
8 * Makefile.in: Deleted from CVS repository. Run the autogen.sh
9 script to create generated files like this one.
10
e1f20ec6
JB
111999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
12
13 * Makefile.in: Regenerated.
14
2a52b429
MD
151998-07-29 Marius Vollmer <mvo@zagadka.ping.de>
16
17 * guile-config.in (build-link): Correct non-RnRS usage of internal
18 defines.
19
cceae55d
JB
201999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
21
22 * Makefile.in: Regenerated.
23
33432c79
JB
241998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
25
26 * COPYING: New file.
27 * Makefile.in: Regenerated.
28
98330fd2
JB
291998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
30
31 * guile-config.in: Add copyright notice.
32
8aa5c148
JB
331998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
34
fefec3e0
JB
35 * guile-config.in (build-link): It isn't. Revert the change.
36
8aa5c148
JB
37 * guile-config.in (build-link): Include a -R flag in the output
38 from link. Not sure if this is the right thing to do.
39
c3d20aa6
JB
401998-10-05 Jim Blandy <jimb@zwingli.cygnus.com>
41
429a44e3
JB
42 * guile-config.in (build-compile, help-compile, usage-compile):
43 New functions to implement new subcommand.
44
6ffeb7a3
JB
45 * guile-config.in: Redo the help system, so that each subcommand
46 defines its own usage text, as well as its help text.
47
c3d20aa6
JB
48 * guile-config.in (build-link): Include a -L option in the output
49 from `guile-config link', indicating where libguile was installed.
2d0937bc 50 (Thanks to Greg Troxel.)
c3d20aa6 51
2adfe1c0
JB
521998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
53
c39894a8
JB
54 * guile-config.in: Don't import ice-9 regex; that's not available
55 on all systems. Maybe someday we'll have our own...
56 (set-program-name!): Use basename.
57 (build-link): Use basename and stock string functions, instead of
58 string-match.
d627bf71 59 (Bug report from Greg Troxel --- thanks!)
c39894a8 60
2adfe1c0
JB
61 * Directory renamed to guile-config from build.
62 * guile-config.in: Renamed from build-guile.in, for consistency
63 with the analogous script for GTK, called gtk-config.
64 * Makefile.am, .cvsignore: References to `build-guile' replaced
65 with `guile-config'.
66
671998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
68
69 * Makefile.in: Regenerated using the last public version of
70 automake, not the hacked Cygnus version.
71
721998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
73
74 * Makefile.in: Regenerated, after removing Totoro kludge.
75
761998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
77
78 * Makefile.in: Rebuilt, for config changes in parent dir.
79
801998-01-05 Tim Pierce <twp@skepsis.com>
81
82 * .cvsignore: New file.
83
84Mon Oct 6 11:45:59 1997 Jim Blandy <jimb@totoro.red-bean.com>
85
86 * build-guile.in: Try to return an appropriate exit status.
87
88 * build-guile.in: Rearranged to use a table of subcommands, and
89 include per-subcommand help.
90
91 * build-guile.in: New "info" subcommand, for easy access to Guile
92 build variables.
93
94Mon Sep 29 23:53:14 1997 Jim Blandy <jimb@totoro.red-bean.com>
95
96 * Makefile.in: Regenerated with automake 1.2c.
97
98Sat Sep 27 23:15:26 1997 Jim Blandy <jimb@totoro.red-bean.com>
99
100 * New directory --- the build-guile command, intended to help
101 people build Guile-based applications.
102 * Makefile.am, Makefile.in, build-guile.in: New files.