* Insert missing `of' in autoconf.texi.
[bpt/guile.git] / guile-config / ChangeLog
CommitLineData
154fbc89
TTN
12002-01-02 Thien-Thi Nguyen <ttn@glug.org>
2
3 * guile.m4: Rewrite comments in texi.
4
5 (GUILE_FLAGS): Rewrite.
6 Thanks to Alexandre Duret-Lutz.
7
68c80783
TTN
82001-12-28 Thien-Thi Nguyen <ttn@glug.org>
9
c07e3628
TTN
10 * guile.m4 (GUILE_PROGS, GUILE_SITE_DIR, GUILE_CHECK,
11 GUILE_MODULE_EXPORTS, GUILE_MODULE_REQUIRED_EXPORTS): New macros.
12
13 (GUILE_MODULE_CHECK): Renamed from AC_GUILE_MODULE_CHECK.
14 Rewritten to expect `description' as a present-tense verb phrase.
15
16 (GUILE_MODULE_AVAILABLE, GUILE_MODULE_REQUIRED): Renamed likewise.
17
182001-12-28 Thien-Thi Nguyen <ttn@glug.org>
19
20 * guile.m4: Update copyright.
68c80783
TTN
21 Add index in header comments.
22
23 (AC_GUILE_MODULE_CHECK, AC_GUILE_MODULE_AVAILABLE,
24 AC_GUILE_MODULE_REQUIRED): New macros.
25
12ce651a
MG
262001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
27
28 * guile-config.in, Makefile.am: Updated copyright notice.
29
a8ca7153
GH
302001-05-28 Gary Houston <ghouston@arglist.com>
31
32 * Makefile.am: let guile-config depend on libguile/libpath.h,
33 so that it will be rebuilt if configure --prefix changes.
34
e96452c4
MD
352001-03-07 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
36
37 * guile-config.in (build-link): Really reverted the change of
38 2001-03-05.
39
387c1a3b
DH
402001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
41
42 * guile-config.in (build-link): Reverted the previous patch.
43
417b11b4
MG
442001-03-05 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
45
46 * guile-config.in (build-link): Fixed duplicate binding bug
47 reported by Ralf Mattes.
48
9fb77163
DH
492000-11-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
50
51 * guile-config.in (build-link): Use substring instead of
52 make-shared-substring.
53
709a308d
DH
542000-11-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
55
56 * guile-config.in (display-line-port): Make sure all output is
57 sent to the given port. Thanks to I. N. Golubev for the patch.
58
5159424f
MV
592000-01-12 Marius Vollmer <mvo@zagadka.ping.de>
60
61 * Makefile.am (EXTRA_DIST): Added "guile.m4".
62
0c1221ab
JB
631999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
64
0cbedb5b
JB
65 * guile.m4: Moved here from top-level directory; see the ChangeLog
66 entry there.
67 * Makefile.am (aclocaldir, aclocal_DATA): New variables, ensuring
68 that guile.m4 gets installed.
69
0c1221ab
JB
70 * Makefile.in: Deleted from CVS repository. Run the autogen.sh
71 script to create generated files like this one.
72
e1f20ec6
JB
731999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
74
75 * Makefile.in: Regenerated.
76
2a52b429
MD
771998-07-29 Marius Vollmer <mvo@zagadka.ping.de>
78
79 * guile-config.in (build-link): Correct non-RnRS usage of internal
80 defines.
81
cceae55d
JB
821999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
83
84 * Makefile.in: Regenerated.
85
33432c79
JB
861998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
87
88 * COPYING: New file.
89 * Makefile.in: Regenerated.
90
98330fd2
JB
911998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
92
93 * guile-config.in: Add copyright notice.
94
8aa5c148
JB
951998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
96
fefec3e0
JB
97 * guile-config.in (build-link): It isn't. Revert the change.
98
8aa5c148
JB
99 * guile-config.in (build-link): Include a -R flag in the output
100 from link. Not sure if this is the right thing to do.
101
c3d20aa6
JB
1021998-10-05 Jim Blandy <jimb@zwingli.cygnus.com>
103
429a44e3
JB
104 * guile-config.in (build-compile, help-compile, usage-compile):
105 New functions to implement new subcommand.
106
6ffeb7a3
JB
107 * guile-config.in: Redo the help system, so that each subcommand
108 defines its own usage text, as well as its help text.
109
c3d20aa6
JB
110 * guile-config.in (build-link): Include a -L option in the output
111 from `guile-config link', indicating where libguile was installed.
2d0937bc 112 (Thanks to Greg Troxel.)
c3d20aa6 113
2adfe1c0
JB
1141998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
115
c39894a8
JB
116 * guile-config.in: Don't import ice-9 regex; that's not available
117 on all systems. Maybe someday we'll have our own...
118 (set-program-name!): Use basename.
119 (build-link): Use basename and stock string functions, instead of
120 string-match.
d627bf71 121 (Bug report from Greg Troxel --- thanks!)
c39894a8 122
2adfe1c0
JB
123 * Directory renamed to guile-config from build.
124 * guile-config.in: Renamed from build-guile.in, for consistency
125 with the analogous script for GTK, called gtk-config.
126 * Makefile.am, .cvsignore: References to `build-guile' replaced
127 with `guile-config'.
128
1291998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
130
131 * Makefile.in: Regenerated using the last public version of
132 automake, not the hacked Cygnus version.
133
1341998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
135
136 * Makefile.in: Regenerated, after removing Totoro kludge.
137
1381998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
139
140 * Makefile.in: Rebuilt, for config changes in parent dir.
141
1421998-01-05 Tim Pierce <twp@skepsis.com>
143
144 * .cvsignore: New file.
145
146Mon Oct 6 11:45:59 1997 Jim Blandy <jimb@totoro.red-bean.com>
147
148 * build-guile.in: Try to return an appropriate exit status.
149
150 * build-guile.in: Rearranged to use a table of subcommands, and
151 include per-subcommand help.
152
153 * build-guile.in: New "info" subcommand, for easy access to Guile
154 build variables.
155
156Mon Sep 29 23:53:14 1997 Jim Blandy <jimb@totoro.red-bean.com>
157
158 * Makefile.in: Regenerated with automake 1.2c.
159
160Sat Sep 27 23:15:26 1997 Jim Blandy <jimb@totoro.red-bean.com>
161
162 * New directory --- the build-guile command, intended to help
163 people build Guile-based applications.
164 * Makefile.am, Makefile.in, build-guile.in: New files.