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