From: Rob Browning Date: Thu, 27 Feb 2003 07:20:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.hcoop.net/bpt/guile.git/commitdiff_plain/25ad768128a2957b85f306d0494c6b463d727d2e *** empty log message *** --- diff --git a/.cvsignore b/.cvsignore index 779ced18e..1b3714341 100644 --- a/.cvsignore +++ b/.cvsignore @@ -9,6 +9,7 @@ check-guile.log config.build-subdirs config.cache config.guess +config.h config.h.in config.log config.status @@ -20,3 +21,4 @@ libtool ltconfig ltmain.sh pre-inst-guile +stamp-h1 diff --git a/ChangeLog b/ChangeLog index fdde861fc..51d016116 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2003-02-27 Rob Browning + + * configure.in (AC_CONFIG_SRCDIR): use GUILE-VERSION. + (AM_CONFIG_HEADER): change to config.h + + * Makefile.am (EXTRA_DIST): remove $(ACLOCAL). + (ACLOCAL_AMFLAGS): replaces ACLOCAL. + + * autogen.sh: switch to autoreconf -- see how it goes. remove + call to guile-aclocal.sh -- we now do the same thing with an + automake setting. + + * guile-aclocal.sh: deleted in favor of ACLOCAL_AMFLAGS in + Makefile.am. + +2003-02-26 Rob Browning + + * configure.in: change our config header from libguile/scmconfig.h + to be the traditional ./config.h. libguile/scmconfig.h is now + built from that during the build process. More changes coming... + 2003-01-23 Mikael Djurfeldt * libguile.h: #include "futures.h" diff --git a/guile-readline/ChangeLog b/guile-readline/ChangeLog index e48e1585a..c8ee9f8e3 100644 --- a/guile-readline/ChangeLog +++ b/guile-readline/ChangeLog @@ -1,3 +1,7 @@ +2003-02-27 Rob Browning + + * autogen.sh: use autoreconf. + 2003-01-08 Neil Jerram * readline.c (scm_readline): Check that scm_cur_outp is an output