From b750826a4e4a45cc53e70fa7697f23f1f4aac474 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sat, 26 Feb 2000 15:20:40 +0000 Subject: [PATCH] New entry. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@269 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SWIG/CHANGES b/SWIG/CHANGES index 20674086c..155e3343e 100644 --- a/SWIG/CHANGES +++ b/SWIG/CHANGES @@ -1,7 +1,11 @@ SWIG (Simplified Wrapper and Interface Generator) +2/25/00 : ttn + Modified configure.in and Makefile.in files to support + non-local build (useful in multi-arch environments). + 2/24/00 : ttn - Incorporate Guile support contributed by Clark McGrew. + Incorporated Guile support contributed by Clark McGrew. This works with Guile 1.3, but since it depends heavily on the gh_ interface, it should work for all later versions. It has not been tested with versions before 1.3.