*** empty log message ***
authorRob Browning <rlb@defaultvalue.org>
Thu, 27 Feb 2003 07:20:33 +0000 (07:20 +0000)
committerRob Browning <rlb@defaultvalue.org>
Thu, 27 Feb 2003 07:20:33 +0000 (07:20 +0000)
.cvsignore
ChangeLog
guile-readline/ChangeLog

index 779ced1..1b37143 100644 (file)
@@ -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
index fdde861..51d0161 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2003-02-27  Rob Browning  <rlb@defaultvalue.org>
+
+       * 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  <rlb@defaultvalue.org>
+
+       * 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  <djurfeldt@nada.kth.se>
 
        * libguile.h: #include "futures.h"
index e48e158..c8ee9f8 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-27  Rob Browning  <rlb@defaultvalue.org>
+
+       * autogen.sh: use autoreconf.
+
 2003-01-08  Neil Jerram  <neil@ossau.uklinux.net>
 
        * readline.c (scm_readline): Check that scm_cur_outp is an output