* libguile.h: Mark these as C declarations, for compilation by C++
[bpt/guile.git] / guile-config / ChangeLog
CommitLineData
c3d20aa6
JB
11998-10-05 Jim Blandy <jimb@zwingli.cygnus.com>
2
429a44e3
JB
3 * guile-config.in (build-compile, help-compile, usage-compile):
4 New functions to implement new subcommand.
5
6ffeb7a3
JB
6 * guile-config.in: Redo the help system, so that each subcommand
7 defines its own usage text, as well as its help text.
8
c3d20aa6
JB
9 * guile-config.in (build-link): Include a -L option in the output
10 from `guile-config link', indicating where libguile was installed.
11
2adfe1c0
JB
121998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
13
c39894a8
JB
14 * guile-config.in: Don't import ice-9 regex; that's not available
15 on all systems. Maybe someday we'll have our own...
16 (set-program-name!): Use basename.
17 (build-link): Use basename and stock string functions, instead of
18 string-match.
d627bf71 19 (Bug report from Greg Troxel --- thanks!)
c39894a8 20
2adfe1c0
JB
21 * Directory renamed to guile-config from build.
22 * guile-config.in: Renamed from build-guile.in, for consistency
23 with the analogous script for GTK, called gtk-config.
24 * Makefile.am, .cvsignore: References to `build-guile' replaced
25 with `guile-config'.
26
271998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
28
29 * Makefile.in: Regenerated using the last public version of
30 automake, not the hacked Cygnus version.
31
321998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
33
34 * Makefile.in: Regenerated, after removing Totoro kludge.
35
361998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
37
38 * Makefile.in: Rebuilt, for config changes in parent dir.
39
401998-01-05 Tim Pierce <twp@skepsis.com>
41
42 * .cvsignore: New file.
43
44Mon Oct 6 11:45:59 1997 Jim Blandy <jimb@totoro.red-bean.com>
45
46 * build-guile.in: Try to return an appropriate exit status.
47
48 * build-guile.in: Rearranged to use a table of subcommands, and
49 include per-subcommand help.
50
51 * build-guile.in: New "info" subcommand, for easy access to Guile
52 build variables.
53
54Mon Sep 29 23:53:14 1997 Jim Blandy <jimb@totoro.red-bean.com>
55
56 * Makefile.in: Regenerated with automake 1.2c.
57
58Sat Sep 27 23:15:26 1997 Jim Blandy <jimb@totoro.red-bean.com>
59
60 * New directory --- the build-guile command, intended to help
61 people build Guile-based applications.
62 * Makefile.am, Makefile.in, build-guile.in: New files.