*** empty log message ***
[bpt/guile.git] / guile-config / ChangeLog
1 1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
2
3 * Makefile.in: Deleted from CVS repository. Run the autogen.sh
4 script to create generated files like this one.
5
6 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
7
8 * Makefile.in: Regenerated.
9
10 1998-07-29 Marius Vollmer <mvo@zagadka.ping.de>
11
12 * guile-config.in (build-link): Correct non-RnRS usage of internal
13 defines.
14
15 1999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
16
17 * Makefile.in: Regenerated.
18
19 1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
20
21 * COPYING: New file.
22 * Makefile.in: Regenerated.
23
24 1998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
25
26 * guile-config.in: Add copyright notice.
27
28 1998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
29
30 * guile-config.in (build-link): It isn't. Revert the change.
31
32 * guile-config.in (build-link): Include a -R flag in the output
33 from link. Not sure if this is the right thing to do.
34
35 1998-10-05 Jim Blandy <jimb@zwingli.cygnus.com>
36
37 * guile-config.in (build-compile, help-compile, usage-compile):
38 New functions to implement new subcommand.
39
40 * guile-config.in: Redo the help system, so that each subcommand
41 defines its own usage text, as well as its help text.
42
43 * guile-config.in (build-link): Include a -L option in the output
44 from `guile-config link', indicating where libguile was installed.
45 (Thanks to Greg Troxel.)
46
47 1998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
48
49 * guile-config.in: Don't import ice-9 regex; that's not available
50 on all systems. Maybe someday we'll have our own...
51 (set-program-name!): Use basename.
52 (build-link): Use basename and stock string functions, instead of
53 string-match.
54 (Bug report from Greg Troxel --- thanks!)
55
56 * Directory renamed to guile-config from build.
57 * guile-config.in: Renamed from build-guile.in, for consistency
58 with the analogous script for GTK, called gtk-config.
59 * Makefile.am, .cvsignore: References to `build-guile' replaced
60 with `guile-config'.
61
62 1998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
63
64 * Makefile.in: Regenerated using the last public version of
65 automake, not the hacked Cygnus version.
66
67 1998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
68
69 * Makefile.in: Regenerated, after removing Totoro kludge.
70
71 1998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
72
73 * Makefile.in: Rebuilt, for config changes in parent dir.
74
75 1998-01-05 Tim Pierce <twp@skepsis.com>
76
77 * .cvsignore: New file.
78
79 Mon Oct 6 11:45:59 1997 Jim Blandy <jimb@totoro.red-bean.com>
80
81 * build-guile.in: Try to return an appropriate exit status.
82
83 * build-guile.in: Rearranged to use a table of subcommands, and
84 include per-subcommand help.
85
86 * build-guile.in: New "info" subcommand, for easy access to Guile
87 build variables.
88
89 Mon Sep 29 23:53:14 1997 Jim Blandy <jimb@totoro.red-bean.com>
90
91 * Makefile.in: Regenerated with automake 1.2c.
92
93 Sat Sep 27 23:15:26 1997 Jim Blandy <jimb@totoro.red-bean.com>
94
95 * New directory --- the build-guile command, intended to help
96 people build Guile-based applications.
97 * Makefile.am, Makefile.in, build-guile.in: New files.