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