libguile/Makefile.am (snarfcppopts): Remove CFLAGS
[bpt/guile.git] / meta / ChangeLog-2008
1 2008-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
6 2008-01-22 Neil Jerram <neil@ossau.uklinux.net>
7
8 * COPYING: Removed.
9
10 2007-12-30 Mike Gran <spk121@yahoo.com>
11
12 * guile.m4: add serial number to m4
13
14 2007-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
20 2006-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
25 2005-02-10 Mikael Djurfeldt <djurfeldt@nada.kth.se>
26
27 * guile-config.in (build-link): Replaced -lguile-ltdl with -lltdl.
28
29 2004-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
35 2004-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
43 2003-04-05 Marius Vollmer <mvo@zagadka.de>
44
45 * Changed license terms to the plain LGPL thru-out.
46
47 2002-10-14 Marius Vollmer <marius.vollmer@uni-dortmund.de>
48
49 * guile-config.in (build-link): Include "-lguile-ltdl" in link
50 flags.
51
52 2002-07-17 Marius Vollmer <mvo@zagadka.ping.de>
53
54 * qthreads.m4: Added configuration for ARM.
55
56 2002-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
61 2002-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
66 2002-03-03 Neil Jerram <neil@ossau.uklinux.net>
67
68 * guile.m4 (GUILE_PROGS): In docstring, change `are' to `is'.
69
70 2002-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
77 2001-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
87 2001-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
95 2001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
96
97 * guile-config.in, Makefile.am: Updated copyright notice.
98
99 2001-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
104 2001-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
109 2001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
110
111 * guile-config.in (build-link): Reverted the previous patch.
112
113 2001-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
118 2000-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
123 2000-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
128 2000-01-12 Marius Vollmer <mvo@zagadka.ping.de>
129
130 * Makefile.am (EXTRA_DIST): Added "guile.m4".
131
132 1999-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
142 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
143
144 * Makefile.in: Regenerated.
145
146 1998-07-29 Marius Vollmer <mvo@zagadka.ping.de>
147
148 * guile-config.in (build-link): Correct non-RnRS usage of internal
149 defines.
150
151 1999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
152
153 * Makefile.in: Regenerated.
154
155 1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
156
157 * COPYING: New file.
158 * Makefile.in: Regenerated.
159
160 1998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
161
162 * guile-config.in: Add copyright notice.
163
164 1998-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
171 1998-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
183 1998-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
198 1998-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
203 1998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
204
205 * Makefile.in: Regenerated, after removing Totoro kludge.
206
207 1998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
208
209 * Makefile.in: Rebuilt, for config changes in parent dir.
210
211 1998-01-05 Tim Pierce <twp@skepsis.com>
212
213 * .cvsignore: New file.
214
215 Mon 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
225 Mon Sep 29 23:53:14 1997 Jim Blandy <jimb@totoro.red-bean.com>
226
227 * Makefile.in: Regenerated with automake 1.2c.
228
229 Sat 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.