1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-21 12:10:26 +02:00

*** empty log message ***

This commit is contained in:
Rob Browning 2003-03-19 23:46:35 +00:00
parent 26aff4f90e
commit b3ea745beb
2 changed files with 19 additions and 0 deletions

View file

@ -13,4 +13,10 @@ config.log
config.status
config.sub
configure
depcomp
ice-9
install-sh
libtool
ltmain.sh
missing
mkinstalldirs

View 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.