*** empty log message ***
authorRob Browning <rlb@defaultvalue.org>
Wed, 19 Mar 2003 23:46:35 +0000 (23:46 +0000)
committerRob Browning <rlb@defaultvalue.org>
Wed, 19 Mar 2003 23:46:35 +0000 (23:46 +0000)
guile-readline/.cvsignore
guile-readline/ChangeLog

index 9bf5eb0..c0d595f 100644 (file)
@@ -13,4 +13,10 @@ config.log
 config.status
 config.sub
 configure
+depcomp
+ice-9
+install-sh
 libtool
+ltmain.sh
+missing
+mkinstalldirs
index c8ee9f8..f2c8157 100644 (file)
@@ -1,3 +1,16 @@
+2003-03-19  Rob Browning  <rlb@defaultvalue.org>
+
+       * readline.c: add HAVE_CONFIG_H test guarding #include config.h.
+
+       * autogen.sh: add a --force when autoreconfing.  We may need to
+       change this if it doesn't work out...
+
+       * Makefile.am (ice-9/readline.scm): new target -- so readline will
+       work from the source tree when guile-readline is added to
+       GUILE_LOAD_PATH.
+       (all-local): add ice-9/readline.scm.
+       (clean-local): remove ice-9/readline at clean time.
+
 2003-02-27  Rob Browning  <rlb@defaultvalue.org>
 
        * autogen.sh: use autoreconf.