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

*** empty log message ***

This commit is contained in:
Rob Browning 2002-04-11 04:41:40 +00:00
parent eede3dbc07
commit 21550b108e
6 changed files with 38 additions and 0 deletions

View file

@ -1,3 +1,17 @@
2002-04-10 Rob Browning <rlb@defaultvalue.org>
* configure.in: updates for new autoconf -- add definitions to
AC_DEFINE calls, and convert occurences of LIBOBJS to AC_LIBOBJ
calls.
* acinclude.m4: add definitions to AC_DEFINE calls for new
autoconf.
* acconfig.h: removed -- newer autoconf doesn't like it, and now
we don't need it.
* .cvsignore: add autom4te.cache and pre-inst-guile.
2002-04-03 Thien-Thi Nguyen <ttn@giblet.glug.org>
* RELEASE: bye bye

View file

@ -1,3 +1,7 @@
2002-04-10 Rob Browning <rlb@defaultvalue.org>
* .cvsignore: add Makefile and Makefile.in.
2002-04-01 Thien-Thi Nguyen <ttn@giblet.glug.org>
* maintainer-dirs: Remove "if MAINTAINER_MODE" conditional.

View file

@ -1,3 +1,8 @@
2002-04-10 Rob Browning <rlb@defaultvalue.org>
* .cvsignore: add version-tutorial.texi, version.texi, and
stamp-vti1.
2002-03-01 Thien-Thi Nguyen <ttn@giblet.glug.org>
* guile-api.alist: Update.

View file

@ -1,3 +1,10 @@
2002-04-10 Rob Browning <rlb@defaultvalue.org>
* configure.in: add definitions to AC_DEFINE calls for new
autoconf.
* .cvsignore: add autom4te.cache and *.c.clean.c.
2002-03-24 Marius Vollmer <mvo@zagadka.ping.de>
* Makefile.am (.c.x): Pass "-o $@" to guile-snarf.

View file

@ -1,3 +1,7 @@
2002-04-10 Rob Browning <rlb@defaultvalue.org>
* .cvsignore: add versiondat.h and *.c.clean.c.
2002-03-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
* srcprop.[ch] (scm_c_source_property_breakpoint_p): New

View file

@ -1,3 +1,7 @@
2002-04-10 Rob Browning <rlb@defaultvalue.org>
* .cvsignore: add *.c.clean.c.
2002-03-27 Thien-Thi Nguyen <ttn@giblet.glug.org>
* srfi-1.scm, srfi-13.scm, srfi-17.scm, srfi-4.scm, srfi-9.scm,