*** empty log message ***

This commit is contained in:
Jim Blandy 1997-04-05 23:38:52 +00:00
commit 5c09c7ea2d
2 changed files with 17 additions and 0 deletions

View file

@ -1,3 +1,11 @@
Sat Apr 5 16:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
* newdoc/ref/scheme.texi (set-object-property!): Fix function name.
* Makefile.am: Omit doc subtree.
* configure.in: Omit makefiles in doc subtree.
* Makefile.in, configure: Rebuilt.
Sat Mar 15 01:11:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* guile.m4 (AM_INIT_GUILE_MODULE): Replaced AM_INIT_AUTOMAKE macro

View file

@ -1,3 +1,12 @@
Sat Apr 5 17:59:24 1997 Jim Blandy <jimb@floss.cyclic.com>
* cpp_err_symbols.in: Renamed from cpp_err_symbols, to avoid
make's implicit cpp_err_symbols: cpp_err_symbols.c rule.
* cpp_sig_symbols.in: Renamed from cpp_sig_symbols.
* Makefile.am (check_errnos, check_signals, cpp_sig_symbols.c,
cpp_err_symbols.c): Corresponding changes.
* Makefile.in: Regenerated.
Sat Apr 5 02:39:02 1997 Gary Houston <ghouston@actrix.gen.nz>
* posix.c (scm_putenv): don't check HAVE_PUTENV.