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