* srfi-39.scm: Update copyright statement to LGPL.
[bpt/guile.git] / guile-config / ChangeLog
1 2007-12-30 Mike Gran <spk121@yahoo.com>
2
3 * guile.m4: add serial number to m4
4
5 2007-01-04 Kevin Ryde <user42@zip.com.au>
6
7 * Makefile.am (guile-config): Use "|" as the sed delimiter, for the
8 benefit of DOS systems where $(bindir) might include a drive letter
9 like "c:". Reported by Cesar Strauss.
10
11 2006-09-19 Rob Browning <rlb@defaultvalue.org>
12
13 * guile-config.in (build-link): Restore the removal of "/usr/lib"
14 (in addition to "/usr/lib/" from any -L arguments).
15
16 2005-02-10 Mikael Djurfeldt <djurfeldt@nada.kth.se>
17
18 * guile-config.in (build-link): Replaced -lguile-ltdl with -lltdl.
19
20 2004-10-08 Han-Wen Nienhuys <hanwen@xs4all.nl>
21
22 * guile-config.in: remove display-separated.
23 (build-link): cleanup.
24 (build-compile): remove space between -I and path.
25
26 2004-09-24 Marius Vollmer <mvo@zagadka.de>
27
28 * guile-config.in (build-link, build-compile): Include CFLAGS in
29 output. This is needed to get "-pthread" into the builds, for
30 example.
31
32 * Makefile.am (EXTRA_DIST): Removed qthreads.m4.
33
34 2003-04-05 Marius Vollmer <mvo@zagadka.de>
35
36 * Changed license terms to the plain LGPL thru-out.
37
38 2002-10-14 Marius Vollmer <marius.vollmer@uni-dortmund.de>
39
40 * guile-config.in (build-link): Include "-lguile-ltdl" in link
41 flags.
42
43 2002-07-17 Marius Vollmer <mvo@zagadka.ping.de>
44
45 * qthreads.m4: Added configuration for ARM.
46
47 2002-04-26 Marius Vollmer <mvo@zagadka.ping.de>
48
49 * Makefile.am (EXTRA_DIST): Added qthreads.m4.
50 * qthreads.m4: Moved here from top directory.
51
52 2002-03-12 Rob Browning <rlb@defaultvalue.org>
53
54 * guile-config.in (build-link): don't output -L/usr/lib.
55 (build-compile): don't output -I/usr/include.
56
57 2002-03-03 Neil Jerram <neil@ossau.uklinux.net>
58
59 * guile.m4 (GUILE_PROGS): In docstring, change `are' to `is'.
60
61 2002-01-02 Thien-Thi Nguyen <ttn@glug.org>
62
63 * guile.m4: Rewrite comments in texi.
64
65 (GUILE_FLAGS): Rewrite.
66 Thanks to Alexandre Duret-Lutz.
67
68 2001-12-28 Thien-Thi Nguyen <ttn@glug.org>
69
70 * guile.m4 (GUILE_PROGS, GUILE_SITE_DIR, GUILE_CHECK,
71 GUILE_MODULE_EXPORTS, GUILE_MODULE_REQUIRED_EXPORTS): New macros.
72
73 (GUILE_MODULE_CHECK): Renamed from AC_GUILE_MODULE_CHECK.
74 Rewritten to expect `description' as a present-tense verb phrase.
75
76 (GUILE_MODULE_AVAILABLE, GUILE_MODULE_REQUIRED): Renamed likewise.
77
78 2001-12-28 Thien-Thi Nguyen <ttn@glug.org>
79
80 * guile.m4: Update copyright.
81 Add index in header comments.
82
83 (AC_GUILE_MODULE_CHECK, AC_GUILE_MODULE_AVAILABLE,
84 AC_GUILE_MODULE_REQUIRED): New macros.
85
86 2001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
87
88 * guile-config.in, Makefile.am: Updated copyright notice.
89
90 2001-05-28 Gary Houston <ghouston@arglist.com>
91
92 * Makefile.am: let guile-config depend on libguile/libpath.h,
93 so that it will be rebuilt if configure --prefix changes.
94
95 2001-03-07 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
96
97 * guile-config.in (build-link): Really reverted the change of
98 2001-03-05.
99
100 2001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
101
102 * guile-config.in (build-link): Reverted the previous patch.
103
104 2001-03-05 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
105
106 * guile-config.in (build-link): Fixed duplicate binding bug
107 reported by Ralf Mattes.
108
109 2000-11-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
110
111 * guile-config.in (build-link): Use substring instead of
112 make-shared-substring.
113
114 2000-11-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
115
116 * guile-config.in (display-line-port): Make sure all output is
117 sent to the given port. Thanks to I. N. Golubev for the patch.
118
119 2000-01-12 Marius Vollmer <mvo@zagadka.ping.de>
120
121 * Makefile.am (EXTRA_DIST): Added "guile.m4".
122
123 1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
124
125 * guile.m4: Moved here from top-level directory; see the ChangeLog
126 entry there.
127 * Makefile.am (aclocaldir, aclocal_DATA): New variables, ensuring
128 that guile.m4 gets installed.
129
130 * Makefile.in: Deleted from CVS repository. Run the autogen.sh
131 script to create generated files like this one.
132
133 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
134
135 * Makefile.in: Regenerated.
136
137 1998-07-29 Marius Vollmer <mvo@zagadka.ping.de>
138
139 * guile-config.in (build-link): Correct non-RnRS usage of internal
140 defines.
141
142 1999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
143
144 * Makefile.in: Regenerated.
145
146 1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
147
148 * COPYING: New file.
149 * Makefile.in: Regenerated.
150
151 1998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
152
153 * guile-config.in: Add copyright notice.
154
155 1998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
156
157 * guile-config.in (build-link): It isn't. Revert the change.
158
159 * guile-config.in (build-link): Include a -R flag in the output
160 from link. Not sure if this is the right thing to do.
161
162 1998-10-05 Jim Blandy <jimb@zwingli.cygnus.com>
163
164 * guile-config.in (build-compile, help-compile, usage-compile):
165 New functions to implement new subcommand.
166
167 * guile-config.in: Redo the help system, so that each subcommand
168 defines its own usage text, as well as its help text.
169
170 * guile-config.in (build-link): Include a -L option in the output
171 from `guile-config link', indicating where libguile was installed.
172 (Thanks to Greg Troxel.)
173
174 1998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
175
176 * guile-config.in: Don't import ice-9 regex; that's not available
177 on all systems. Maybe someday we'll have our own...
178 (set-program-name!): Use basename.
179 (build-link): Use basename and stock string functions, instead of
180 string-match.
181 (Bug report from Greg Troxel --- thanks!)
182
183 * Directory renamed to guile-config from build.
184 * guile-config.in: Renamed from build-guile.in, for consistency
185 with the analogous script for GTK, called gtk-config.
186 * Makefile.am, .cvsignore: References to `build-guile' replaced
187 with `guile-config'.
188
189 1998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
190
191 * Makefile.in: Regenerated using the last public version of
192 automake, not the hacked Cygnus version.
193
194 1998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
195
196 * Makefile.in: Regenerated, after removing Totoro kludge.
197
198 1998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
199
200 * Makefile.in: Rebuilt, for config changes in parent dir.
201
202 1998-01-05 Tim Pierce <twp@skepsis.com>
203
204 * .cvsignore: New file.
205
206 Mon Oct 6 11:45:59 1997 Jim Blandy <jimb@totoro.red-bean.com>
207
208 * build-guile.in: Try to return an appropriate exit status.
209
210 * build-guile.in: Rearranged to use a table of subcommands, and
211 include per-subcommand help.
212
213 * build-guile.in: New "info" subcommand, for easy access to Guile
214 build variables.
215
216 Mon Sep 29 23:53:14 1997 Jim Blandy <jimb@totoro.red-bean.com>
217
218 * Makefile.in: Regenerated with automake 1.2c.
219
220 Sat Sep 27 23:15:26 1997 Jim Blandy <jimb@totoro.red-bean.com>
221
222 * New directory --- the build-guile command, intended to help
223 people build Guile-based applications.
224 * Makefile.am, Makefile.in, build-guile.in: New files.