X-Git-Url: http://git.hcoop.net/bpt/guile.git/blobdiff_plain/f29f29339a51738c2cae52ded7150c5bef6429a4..b3ad3103049644e14a1d5d1c289c145021b92447:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 05a6a3588..303d40301 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,136 @@ +1999-10-05 Jim Blandy + + * autogen.sh: Don't call autoreconf at all; it's not reliable. + Instead, call the various tools explicitly. Invoke + guile-readline's autogen.sh script. + + Straighten up the situation regarding guile.m4 and qthreads.m4. + + We can't have .m4 files which are installed where aclocal can + see them, but also used by guile's own configure.in, because + aclocal will read both copies, complain about duplicate macro + definitions, and refuse to generate aclocal.m4 at all. This + happens if you invoke it as `aclocal -I .', as autoreconf does. + This is probably a flaw in the autotools, but Guile doesn't need + that flaw fixed immediately. + + guile.m4 is intended for use by people linking against guile, so + it needs to be installed. But Guile itself doesn't use it. So + move guile.m4 into guile-config. That makes sense, since + guile.m4's GUILE_FLAGS macro is just an easy way to call + guile-config. + + qthreads.m4 is indented to help configure a qthreads tree. It's + only useful to a package which actually includes a qthreads tree, + and it's intimately related to that tree, so it's not useful to + install this. So don't install it. + + * guile.m4: Moved to guile-config. + * Makefile.am (aclocaldir, aclocal_DATA): Delete. + (EXTRA_DIST): Move qthreads.m4 here. + + Don't store generated files in the repository any more. Instead, + require people to run autogen.sh on trees from snapshots and CVS. + * Makefile.in, aclocal.m4, configure: Deleted. + * autogen.sh: New file. + * ANON-CVS, SNAPSHOTS: Updated instructions. + +1999-10-02 Jim Blandy + + * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments. + +Mon Sep 27 16:28:33 1999 Greg J. Badros + + * configure.in: Added --enable-debug-freelist option. + + * acconfig.h: Added GUILE_DEBUG_FREELIST. + +1999-09-23 Gary Houston + + * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER, + FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR. + + * configure.in: new options --disable-posix, --disable-net + and --disable-regex + export HAVE_POSIX and HAVE_NETWORKING definitions. + don't add regex-posix.o to LIBOBJS if regex disabled. + + LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c, + conditionally. + +1999-09-25 Jim Blandy + + * Guile 1.3.4 released. + +1999-09-22 Jim Blandy + + * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so + libtool knows how to get ANSI C behavior from the compiler. + * configure: Regenerated. + +1999-09-20 Gary Houston + + * configure.in: check availability of siginterrupt. + +1999-09-18 Gary Houston + + * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of + testing for SA_RESTART. + +1999-09-12 Mikael Djurfeldt + + * configure.in: Removed ice-9/version.scm from AC_OUTPUT. + +1999-09-11 Jim Blandy + + * configure.in (GUILE_STAMP): Don't set this variable, or + substitute it into anything. Full explanation in ice-9/ChangeLog. + * configure, Makefile.in: Regenerated. + +1999-09-06 James Blandy + + Propagate the changes of 2 Sept the rest of the way through. + * configure: Regenerated. + * Makefile.in: Regenerated. Not sure why this diff is so big. + +1999-09-02 Jim Blandy + + * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in + variable name. (Thanks to Bill Schottstaedt.) + * aclocal.m4: Regenerated. + +1999-09-02 Mikael Djurfeldt + + * configure.in: Test for presence of function on_exit. + +1999-09-01 James Blandy + + * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if + the system doesn't have memmove. Don't test for memmove and bcopy + with AC_CHECK_FUNCS. + * configure: Regenerated. + +1999-08-30 Mikael Djurfeldt + + * configure.in: Test for atexit. + +1999-08-29 Mikael Djurfeldt + + * acinclude.m4: Updated. (Thanks to Karl Eichwalder.) + + * configure.in: Test for presence of S_ISLNK in sys/stat.h. + (Thanks to Bernard Urban.) + Test for memmove and bcopy. (Thanks to + suzukis@file.phys.tohoku.ac.jp.) + + * acconfig.h: Added HAVE_S_ISLNK. + +1999-08-20 James Blandy + + * Guile 1.3.2 released. + + * Makefile.in: Regenerated. + 1999-07-24 Mikael Djurfeldt * README, config.guess, config.sub, liconfig, ltmain.sh: Switched