* guile-config.in, Makefile.am: Updated copyright notice.
[bpt/guile.git] / guile-config / ChangeLog
CommitLineData
12ce651a
MG
12001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
2
3 * guile-config.in, Makefile.am: Updated copyright notice.
4
a8ca7153
GH
52001-05-28 Gary Houston <ghouston@arglist.com>
6
7 * Makefile.am: let guile-config depend on libguile/libpath.h,
8 so that it will be rebuilt if configure --prefix changes.
9
e96452c4
MD
102001-03-07 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
11
12 * guile-config.in (build-link): Really reverted the change of
13 2001-03-05.
14
387c1a3b
DH
152001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
16
17 * guile-config.in (build-link): Reverted the previous patch.
18
417b11b4
MG
192001-03-05 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
20
21 * guile-config.in (build-link): Fixed duplicate binding bug
22 reported by Ralf Mattes.
23
9fb77163
DH
242000-11-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
25
26 * guile-config.in (build-link): Use substring instead of
27 make-shared-substring.
28
709a308d
DH
292000-11-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
30
31 * guile-config.in (display-line-port): Make sure all output is
32 sent to the given port. Thanks to I. N. Golubev for the patch.
33
5159424f
MV
342000-01-12 Marius Vollmer <mvo@zagadka.ping.de>
35
36 * Makefile.am (EXTRA_DIST): Added "guile.m4".
37
0c1221ab
JB
381999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
39
0cbedb5b
JB
40 * guile.m4: Moved here from top-level directory; see the ChangeLog
41 entry there.
42 * Makefile.am (aclocaldir, aclocal_DATA): New variables, ensuring
43 that guile.m4 gets installed.
44
0c1221ab
JB
45 * Makefile.in: Deleted from CVS repository. Run the autogen.sh
46 script to create generated files like this one.
47
e1f20ec6
JB
481999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
49
50 * Makefile.in: Regenerated.
51
2a52b429
MD
521998-07-29 Marius Vollmer <mvo@zagadka.ping.de>
53
54 * guile-config.in (build-link): Correct non-RnRS usage of internal
55 defines.
56
cceae55d
JB
571999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
58
59 * Makefile.in: Regenerated.
60
33432c79
JB
611998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
62
63 * COPYING: New file.
64 * Makefile.in: Regenerated.
65
98330fd2
JB
661998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
67
68 * guile-config.in: Add copyright notice.
69
8aa5c148
JB
701998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
71
fefec3e0
JB
72 * guile-config.in (build-link): It isn't. Revert the change.
73
8aa5c148
JB
74 * guile-config.in (build-link): Include a -R flag in the output
75 from link. Not sure if this is the right thing to do.
76
c3d20aa6
JB
771998-10-05 Jim Blandy <jimb@zwingli.cygnus.com>
78
429a44e3
JB
79 * guile-config.in (build-compile, help-compile, usage-compile):
80 New functions to implement new subcommand.
81
6ffeb7a3
JB
82 * guile-config.in: Redo the help system, so that each subcommand
83 defines its own usage text, as well as its help text.
84
c3d20aa6
JB
85 * guile-config.in (build-link): Include a -L option in the output
86 from `guile-config link', indicating where libguile was installed.
2d0937bc 87 (Thanks to Greg Troxel.)
c3d20aa6 88
2adfe1c0
JB
891998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
90
c39894a8
JB
91 * guile-config.in: Don't import ice-9 regex; that's not available
92 on all systems. Maybe someday we'll have our own...
93 (set-program-name!): Use basename.
94 (build-link): Use basename and stock string functions, instead of
95 string-match.
d627bf71 96 (Bug report from Greg Troxel --- thanks!)
c39894a8 97
2adfe1c0
JB
98 * Directory renamed to guile-config from build.
99 * guile-config.in: Renamed from build-guile.in, for consistency
100 with the analogous script for GTK, called gtk-config.
101 * Makefile.am, .cvsignore: References to `build-guile' replaced
102 with `guile-config'.
103
1041998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
105
106 * Makefile.in: Regenerated using the last public version of
107 automake, not the hacked Cygnus version.
108
1091998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
110
111 * Makefile.in: Regenerated, after removing Totoro kludge.
112
1131998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
114
115 * Makefile.in: Rebuilt, for config changes in parent dir.
116
1171998-01-05 Tim Pierce <twp@skepsis.com>
118
119 * .cvsignore: New file.
120
121Mon Oct 6 11:45:59 1997 Jim Blandy <jimb@totoro.red-bean.com>
122
123 * build-guile.in: Try to return an appropriate exit status.
124
125 * build-guile.in: Rearranged to use a table of subcommands, and
126 include per-subcommand help.
127
128 * build-guile.in: New "info" subcommand, for easy access to Guile
129 build variables.
130
131Mon Sep 29 23:53:14 1997 Jim Blandy <jimb@totoro.red-bean.com>
132
133 * Makefile.in: Regenerated with automake 1.2c.
134
135Sat Sep 27 23:15:26 1997 Jim Blandy <jimb@totoro.red-bean.com>
136
137 * New directory --- the build-guile command, intended to help
138 people build Guile-based applications.
139 * Makefile.am, Makefile.in, build-guile.in: New files.