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:
parent
7ceac84eea
commit
dc00662795
5 changed files with 32 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2002-04-16 Marius Vollmer <mvo@zagadka.ping.de>
|
||||
|
||||
* Makefile.am (AUTOMAKE_OPTIONS): New, to request version 1.5.
|
||||
(EXTRA_DIST): Don't distribute acconfig.h, which is gone.
|
||||
(dist-hook): Removed.
|
||||
(DISTCLEANFILES): Added check-guile.log.
|
||||
(EXTRA_DIST): Don't distribute TODO.
|
||||
|
||||
* configure.in: Bump required autoconf version to 2.53. Move uses
|
||||
of AC_LIBOBJ after AC_PROG_CC. AC_LIBOBJ needs OBJEXT which is
|
||||
set by AC_PROG_CC.
|
||||
|
||||
2002-04-10 Rob Browning <rlb@defaultvalue.org>
|
||||
|
||||
* configure.in: updates for new autoconf -- add definitions to
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2002-04-16 Marius Vollmer <mvo@zagadka.ping.de>
|
||||
|
||||
* Makefile.am (dist-hook): Simplified to not use "cd"; now it
|
||||
works for relative pathnames in $(distdir).
|
||||
|
||||
2002-04-10 Rob Browning <rlb@defaultvalue.org>
|
||||
|
||||
* .cvsignore: add version-tutorial.texi, version.texi, and
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2002-04-17 Marius Vollmer <mvo@zagadka.ping.de>
|
||||
|
||||
* Makefile.am (CLEANFILES): Added goops.tmp, goops.cps.
|
||||
|
||||
2001-12-03 Thien-Thi Nguyen <ttn@giblet.glug.org>
|
||||
|
||||
* goops.texi: Grammar fix.
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2002-04-17 Marius Vollmer <mvo@zagadka.ping.de>
|
||||
|
||||
* Makefile.am (CLEANFILES): Added guile.cps, guile.fns, guile.rns,
|
||||
guile.tps, guile.vrs, guile.tmp.
|
||||
|
||||
|
||||
2002-04-01 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
* scheme-intro.texi (Scheme Layout): Remove reference to defunct
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2002-04-16 Marius Vollmer <mvo@zagadka.ping.de>
|
||||
|
||||
* Makefile.am (dist-hook): Make sure $(distdir)/Makefile.in is
|
||||
writable before modifying it.
|
||||
|
||||
2002-04-10 Rob Browning <rlb@defaultvalue.org>
|
||||
|
||||
* configure.in: add definitions to AC_DEFINE calls for new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue