diff doc/interpreter/install.txi @ 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 00df69d7e698
children eb63fbe60fab
line wrap: on
line diff
--- 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