ChangeLog-2008 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. 2008-06-02 Ludovic Courtès <ludo@gnu.org>
  2. * guile-config.in (build-link): Show `-L' before `-lguile'.
  3. Reported by Peter O'Gorman <pogma@thewrittenword.com>.
  4. 2008-01-22 Neil Jerram <neil@ossau.uklinux.net>
  5. * COPYING: Removed.
  6. 2007-12-30 Mike Gran <spk121@yahoo.com>
  7. * guile.m4: add serial number to m4
  8. 2007-01-04 Kevin Ryde <user42@zip.com.au>
  9. * Makefile.am (guile-config): Use "|" as the sed delimiter, for the
  10. benefit of DOS systems where $(bindir) might include a drive letter
  11. like "c:". Reported by Cesar Strauss.
  12. 2006-09-19 Rob Browning <rlb@defaultvalue.org>
  13. * guile-config.in (build-link): Restore the removal of "/usr/lib"
  14. (in addition to "/usr/lib/" from any -L arguments).
  15. 2005-02-10 Mikael Djurfeldt <djurfeldt@nada.kth.se>
  16. * guile-config.in (build-link): Replaced -lguile-ltdl with -lltdl.
  17. 2004-10-08 Han-Wen Nienhuys <hanwen@xs4all.nl>
  18. * guile-config.in: remove display-separated.
  19. (build-link): cleanup.
  20. (build-compile): remove space between -I and path.
  21. 2004-09-24 Marius Vollmer <mvo@zagadka.de>
  22. * guile-config.in (build-link, build-compile): Include CFLAGS in
  23. output. This is needed to get "-pthread" into the builds, for
  24. example.
  25. * Makefile.am (EXTRA_DIST): Removed qthreads.m4.
  26. 2003-04-05 Marius Vollmer <mvo@zagadka.de>
  27. * Changed license terms to the plain LGPL thru-out.
  28. 2002-10-14 Marius Vollmer <marius.vollmer@uni-dortmund.de>
  29. * guile-config.in (build-link): Include "-lguile-ltdl" in link
  30. flags.
  31. 2002-07-17 Marius Vollmer <mvo@zagadka.ping.de>
  32. * qthreads.m4: Added configuration for ARM.
  33. 2002-04-26 Marius Vollmer <mvo@zagadka.ping.de>
  34. * Makefile.am (EXTRA_DIST): Added qthreads.m4.
  35. * qthreads.m4: Moved here from top directory.
  36. 2002-03-12 Rob Browning <rlb@defaultvalue.org>
  37. * guile-config.in (build-link): don't output -L/usr/lib.
  38. (build-compile): don't output -I/usr/include.
  39. 2002-03-03 Neil Jerram <neil@ossau.uklinux.net>
  40. * guile.m4 (GUILE_PROGS): In docstring, change `are' to `is'.
  41. 2002-01-02 Thien-Thi Nguyen <ttn@glug.org>
  42. * guile.m4: Rewrite comments in texi.
  43. (GUILE_FLAGS): Rewrite.
  44. Thanks to Alexandre Duret-Lutz.
  45. 2001-12-28 Thien-Thi Nguyen <ttn@glug.org>
  46. * guile.m4 (GUILE_PROGS, GUILE_SITE_DIR, GUILE_CHECK,
  47. GUILE_MODULE_EXPORTS, GUILE_MODULE_REQUIRED_EXPORTS): New macros.
  48. (GUILE_MODULE_CHECK): Renamed from AC_GUILE_MODULE_CHECK.
  49. Rewritten to expect `description' as a present-tense verb phrase.
  50. (GUILE_MODULE_AVAILABLE, GUILE_MODULE_REQUIRED): Renamed likewise.
  51. 2001-12-28 Thien-Thi Nguyen <ttn@glug.org>
  52. * guile.m4: Update copyright.
  53. Add index in header comments.
  54. (AC_GUILE_MODULE_CHECK, AC_GUILE_MODULE_AVAILABLE,
  55. AC_GUILE_MODULE_REQUIRED): New macros.
  56. 2001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  57. * guile-config.in, Makefile.am: Updated copyright notice.
  58. 2001-05-28 Gary Houston <ghouston@arglist.com>
  59. * Makefile.am: let guile-config depend on libguile/libpath.h,
  60. so that it will be rebuilt if configure --prefix changes.
  61. 2001-03-07 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
  62. * guile-config.in (build-link): Really reverted the change of
  63. 2001-03-05.
  64. 2001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
  65. * guile-config.in (build-link): Reverted the previous patch.
  66. 2001-03-05 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  67. * guile-config.in (build-link): Fixed duplicate binding bug
  68. reported by Ralf Mattes.
  69. 2000-11-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
  70. * guile-config.in (build-link): Use substring instead of
  71. make-shared-substring.
  72. 2000-11-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
  73. * guile-config.in (display-line-port): Make sure all output is
  74. sent to the given port. Thanks to I. N. Golubev for the patch.
  75. 2000-01-12 Marius Vollmer <mvo@zagadka.ping.de>
  76. * Makefile.am (EXTRA_DIST): Added "guile.m4".
  77. 1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
  78. * guile.m4: Moved here from top-level directory; see the ChangeLog
  79. entry there.
  80. * Makefile.am (aclocaldir, aclocal_DATA): New variables, ensuring
  81. that guile.m4 gets installed.
  82. * Makefile.in: Deleted from CVS repository. Run the autogen.sh
  83. script to create generated files like this one.
  84. 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
  85. * Makefile.in: Regenerated.
  86. 1998-07-29 Marius Vollmer <mvo@zagadka.ping.de>
  87. * guile-config.in (build-link): Correct non-RnRS usage of internal
  88. defines.
  89. 1999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
  90. * Makefile.in: Regenerated.
  91. 1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
  92. * COPYING: New file.
  93. * Makefile.in: Regenerated.
  94. 1998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
  95. * guile-config.in: Add copyright notice.
  96. 1998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
  97. * guile-config.in (build-link): It isn't. Revert the change.
  98. * guile-config.in (build-link): Include a -R flag in the output
  99. from link. Not sure if this is the right thing to do.
  100. 1998-10-05 Jim Blandy <jimb@zwingli.cygnus.com>
  101. * guile-config.in (build-compile, help-compile, usage-compile):
  102. New functions to implement new subcommand.
  103. * guile-config.in: Redo the help system, so that each subcommand
  104. defines its own usage text, as well as its help text.
  105. * guile-config.in (build-link): Include a -L option in the output
  106. from `guile-config link', indicating where libguile was installed.
  107. (Thanks to Greg Troxel.)
  108. 1998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
  109. * guile-config.in: Don't import ice-9 regex; that's not available
  110. on all systems. Maybe someday we'll have our own...
  111. (set-program-name!): Use basename.
  112. (build-link): Use basename and stock string functions, instead of
  113. string-match.
  114. (Bug report from Greg Troxel --- thanks!)
  115. * Directory renamed to guile-config from build.
  116. * guile-config.in: Renamed from build-guile.in, for consistency
  117. with the analogous script for GTK, called gtk-config.
  118. * Makefile.am, .cvsignore: References to `build-guile' replaced
  119. with `guile-config'.
  120. 1998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
  121. * Makefile.in: Regenerated using the last public version of
  122. automake, not the hacked Cygnus version.
  123. 1998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
  124. * Makefile.in: Regenerated, after removing Totoro kludge.
  125. 1998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
  126. * Makefile.in: Rebuilt, for config changes in parent dir.
  127. 1998-01-05 Tim Pierce <twp@skepsis.com>
  128. * .cvsignore: New file.
  129. Mon Oct 6 11:45:59 1997 Jim Blandy <jimb@totoro.red-bean.com>
  130. * build-guile.in: Try to return an appropriate exit status.
  131. * build-guile.in: Rearranged to use a table of subcommands, and
  132. include per-subcommand help.
  133. * build-guile.in: New "info" subcommand, for easy access to Guile
  134. build variables.
  135. Mon Sep 29 23:53:14 1997 Jim Blandy <jimb@totoro.red-bean.com>
  136. * Makefile.in: Regenerated with automake 1.2c.
  137. Sat Sep 27 23:15:26 1997 Jim Blandy <jimb@totoro.red-bean.com>
  138. * New directory --- the build-guile command, intended to help
  139. people build Guile-based applications.
  140. * Makefile.am, Makefile.in, build-guile.in: New files.