~peter-pearse/ubuntu/natty/guile-1.8/prop001

« back to all changes in this revision

Viewing changes to guile-config/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Schepler
  • Date: 2006-11-09 03:11:16 UTC
  • Revision ID: james.westby@ubuntu.com-20061109031116-hu0q1jxqg12y6yeg
Tags: upstream-1.8.1+1
ImportĀ upstreamĀ versionĀ 1.8.1+1

Show diffs side-by-side

added added

removed removed

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