*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@306 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-03-01 21:13:19 +00:00
commit 0f955ff9ad
2 changed files with 9 additions and 2 deletions

5
README
View file

@ -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
============

View file

@ -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/'.