From 0f955ff9ad52ee31cb57fe22441fe744fff9ab37 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Wed, 1 Mar 2000 21:13:19 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@306 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- README | 5 ++++- configure.in | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README b/README index 63aa5e7c3..4403be547 100644 --- a/README +++ b/README @@ -1,9 +1,11 @@ SWIG (Simplified Wrapper and Interface Generator) +Version: 1.3 (alpha) + $Header$ Tagline: SWIG is a compiler that integrates C, C++, and Objective-C - with scripting languages including Perl, Python, and Tcl. + with scripting languages including Perl, Python, Tcl, and Guile. This distribution represents work in progress towards building a new SWIG release. The guilty parties working on this are: @@ -65,6 +67,7 @@ What's Broken? - The Guile module is undergoing a number of substantial changes and may be inoperable in the SWIG1.3a2 release. + (3/1/00) Installation ============ diff --git a/configure.in b/configure.in index d90e2744c..dd5b6a373 100644 --- a/configure.in +++ b/configure.in @@ -558,7 +558,11 @@ if test ! -r $srcdir/Tools/configure ; then (cd $srcdir/Tools ; autoconf) fi -AC_OUTPUT_COMMANDS(test -f Examples/install-sh || cp install-sh Examples) +# +#AC_OUTPUT_COMMANDS(test -f Examples/install-sh || cp install-sh Examples) +# DB: Maybe I'm missings something, but why is it necessary to put +# an 'install-sh' script in the Examples directory? + AC_CONFIG_SUBDIRS(Source/SWILL Source/DOH Tools) # NOTE: The following ref to `Source' should NOT be prefixed w/ `$srcdir/'.