guile/guile-config/ChangeLog

131 lines
3.9 KiB
Text
Raw Normal View History

2001-03-07 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
* guile-config.in (build-link): Really reverted the change of
2001-03-05.
2001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
* guile-config.in (build-link): Reverted the previous patch.
2001-03-05 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* guile-config.in (build-link): Fixed duplicate binding bug
reported by Ralf Mattes.
2000-11-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
* guile-config.in (build-link): Use substring instead of
make-shared-substring.
2000-11-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
* guile-config.in (display-line-port): Make sure all output is
sent to the given port. Thanks to I. N. Golubev for the patch.
2000-01-12 21:42:55 +00:00
2000-01-12 Marius Vollmer <mvo@zagadka.ping.de>
* Makefile.am (EXTRA_DIST): Added "guile.m4".
1999-10-05 20:49:29 +00:00
1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
1999-10-05 22:36:14 +00:00
* guile.m4: Moved here from top-level directory; see the ChangeLog
entry there.
* Makefile.am (aclocaldir, aclocal_DATA): New variables, ensuring
that guile.m4 gets installed.
1999-10-05 20:49:29 +00:00
* Makefile.in: Deleted from CVS repository. Run the autogen.sh
script to create generated files like this one.
1999-09-11 15:08:11 +00:00
1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
* Makefile.in: Regenerated.
1999-07-29 18:15:24 +00:00
1998-07-29 Marius Vollmer <mvo@zagadka.ping.de>
* guile-config.in (build-link): Correct non-RnRS usage of internal
defines.
1999-04-17 16:53:21 +00:00
1999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
* Makefile.in: Regenerated.
1998-10-19 15:38:53 +00:00
1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
* COPYING: New file.
* Makefile.in: Regenerated.
1998-10-09 15:13:11 +00:00
1998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
* guile-config.in: Add copyright notice.
1998-10-06 22:00:25 +00:00
1998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
1998-10-06 22:07:55 +00:00
* guile-config.in (build-link): It isn't. Revert the change.
1998-10-06 22:00:25 +00:00
* guile-config.in (build-link): Include a -R flag in the output
from link. Not sure if this is the right thing to do.
1998-10-05 18:11:20 +00:00
1998-10-05 Jim Blandy <jimb@zwingli.cygnus.com>
1998-10-05 19:00:15 +00:00
* guile-config.in (build-compile, help-compile, usage-compile):
New functions to implement new subcommand.
1998-10-05 18:52:39 +00:00
* guile-config.in: Redo the help system, so that each subcommand
defines its own usage text, as well as its help text.
1998-10-05 18:11:20 +00:00
* guile-config.in (build-link): Include a -L option in the output
from `guile-config link', indicating where libguile was installed.
1998-10-06 15:47:07 +00:00
(Thanks to Greg Troxel.)
1998-10-05 18:11:20 +00:00
1998-10-03 19:00:59 +00:00
1998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
1998-10-03 20:58:49 +00:00
* guile-config.in: Don't import ice-9 regex; that's not available
on all systems. Maybe someday we'll have our own...
(set-program-name!): Use basename.
(build-link): Use basename and stock string functions, instead of
string-match.
1998-10-03 20:59:26 +00:00
(Bug report from Greg Troxel --- thanks!)
1998-10-03 20:58:49 +00:00
1998-10-03 19:00:59 +00:00
* Directory renamed to guile-config from build.
* guile-config.in: Renamed from build-guile.in, for consistency
with the analogous script for GTK, called gtk-config.
* Makefile.am, .cvsignore: References to `build-guile' replaced
with `guile-config'.
1998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
* Makefile.in: Regenerated using the last public version of
automake, not the hacked Cygnus version.
1998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
* Makefile.in: Regenerated, after removing Totoro kludge.
1998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
* Makefile.in: Rebuilt, for config changes in parent dir.
1998-01-05 Tim Pierce <twp@skepsis.com>
* .cvsignore: New file.
Mon Oct 6 11:45:59 1997 Jim Blandy <jimb@totoro.red-bean.com>
* build-guile.in: Try to return an appropriate exit status.
* build-guile.in: Rearranged to use a table of subcommands, and
include per-subcommand help.
* build-guile.in: New "info" subcommand, for easy access to Guile
build variables.
Mon Sep 29 23:53:14 1997 Jim Blandy <jimb@totoro.red-bean.com>
* Makefile.in: Regenerated with automake 1.2c.
Sat Sep 27 23:15:26 1997 Jim Blandy <jimb@totoro.red-bean.com>
* New directory --- the build-guile command, intended to help
people build Guile-based applications.
* Makefile.am, Makefile.in, build-guile.in: New files.