From 96609f350e9d895f4c8f844b0b7cacfd8ca95feb Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 30 Jan 2011 00:46:31 +0000 Subject: [PATCH] Document behaviour of --without- options git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12414 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 975870626..818eb0ff7 100644 --- a/README +++ b/README @@ -88,6 +88,10 @@ uses. Don't panic if you get 'not found' messages--SWIG does not need these packages to compile or run. The configure script is actually looking for these packages so that you can try out the SWIG examples contained in the 'Examples' directory without having to hack Makefiles. +Note that the --without-xxx options, where xxx is a target language, have +minimal effect. All they do is reduce the amount of testing done with +'make check'. The SWIG executable and library files installed cannot currently +be configured with a subset of target languages. Please see the Documentation section below on installing documentation as none is installed by default.