ChangeLog 3.4 KB

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