1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1998-07-29 17:20:22 +00:00
parent e0f54bcc36
commit 1f5ae2fdb8
5 changed files with 32 additions and 0 deletions

View file

@ -1,5 +1,18 @@
1998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
* configure.in, qthreads.m4: Display a message about how the
threads configuration went.
* aclocal.m4, configure: Regenerated.
1998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
Remove the TOTORO kludge. We're not doing snapshots any more, so
totoro is completely uninvolved. (Poor Totoro!)
* configure.in: Remove code to check the hostname and #define
TOTORO.
* acconfig.h: Remove comments for TOTORO symbol.
* configure, Makefile.in: Regenerated.
* qthreads.m4 (QTHREADS_CONFIGURE): We *can* use AC_REQUIRE here
to get AC_PROG_LN_S.
* aclocal.m4, configure: Regenerated.

View file

@ -1,3 +1,7 @@
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.

View file

@ -1,3 +1,7 @@
1998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
* Makefile.in: Regenerated, after removing Totoro kludge.
1998-07-28 Jim Blandy <jimb@totoro.red-bean.com>
* getopt-gnu-style.scm: New file. (Thanks to Russ McManus.)

View file

@ -1,3 +1,9 @@
1998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
Remove Totoro kludge.
* Makefile.in, scmconfig.h.in: Regenerated.
* init.c, readline.c: Don't check if TOTORO is #defined.
1998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
* Makefile.am: Adjust for new thread configuration system.

View file

@ -1,3 +1,8 @@
1998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
* time/Makefile.in, md/Makefile.in, Makefile.in: Regenerated,
after removing Totoro kludge.
1998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
Use libtool, and the thread configuration mechanism.