changeset 8791:d943e26d30e2

Add documentation for configure options "--without-framework-carbon" and "--without-framework-opengl".
author Thomas Treichl <Thomas.Treichl@gmx.net>
date Wed, 18 Feb 2009 00:47:48 -0500
parents a013ff655ca4
children bbb3fa6778f3
files doc/ChangeLog doc/interpreter/install.txi
diffstat 2 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-17  Thomas Treichl  <Thomas.Treichl@gmx.net>
+
+	* interpreter/install.txi: Add documentation for configure options
+	"--without-framework-carbon" and "--without-framework-opengl".
+
 2009-02-17  Jaroslav Hajek  <highegg@gmail.com>
 
 	* interpreter/arith.txi: Add reference to "cummin" and "cummax".
--- a/doc/interpreter/install.txi
+++ b/doc/interpreter/install.txi
@@ -149,6 +149,19 @@
 @code{--with-blas=lib} to specify a particular BLAS library
 @code{-llib} that configure doesn't check for automatically.
 
+@item --without-framework-carbon
+Don't use framework Carbon headers, libraries and specific source code
+for compilation even if the configure test succeeds (the default value
+is @code{--with-framework-carbon}). This is a platform specific configure
+option for Mac systems.
+
+@item --without-framework-opengl
+Don't use framework OpenGL headers, libraries and specific source code
+for compilation even if the configure test succeeds. If this option is
+given then OpenGL headers and libraries in standard system locations are
+tested (the default value is @code{--with-framework-opengl}). This is a
+platform specific configure option for Mac systems.
+
 @item --help
 Print a summary of the options recognized by the configure script.
 @end table