summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Boll <andreas.boll.dev@gmail.com>2012-09-20 16:00:52 +0200
committerAndreas Boll <andreas.boll.dev@gmail.com>2012-09-20 20:00:36 +0200
commitab06629d5d257c6a205054de9fe34d24a55cd150 (patch)
tree97db76584dc84f8983fcb500bb885ff955b558f2
parentd61707d0f802fd0bccd267d2cab5f9e7cdfe4777 (diff)
downloadexternal_mesa3d-ab06629d5d257c6a205054de9fe34d24a55cd150.zip
external_mesa3d-ab06629d5d257c6a205054de9fe34d24a55cd150.tar.gz
external_mesa3d-ab06629d5d257c6a205054de9fe34d24a55cd150.tar.bz2
docs/autoconf: remove obsolete demo options
removed with commit 56c3cce2a199f7f79a48d7633431e1e80fcd4ba2 two years ago Reviewed-by: Brian Paul <brianp@vmware.com>
-rw-r--r--docs/autoconf.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/autoconf.html b/docs/autoconf.html
index 0210bd1..d707e60 100644
--- a/docs/autoconf.html
+++ b/docs/autoconf.html
@@ -24,7 +24,6 @@
<li><a href="#dri">DRI Driver Options</a></li>
<li><a href="#osmesa">OSMesa Driver Options</a></li>
</ul>
-<li><p><a href="#demos">Demo Program Options</a>
</ol>
@@ -222,26 +221,6 @@ libraries that will be built. More details on the specific GL libraries
can be found in the <a href="install.html">basic installation
instructions</a>.
-
-<h2 id="demos">4. Demo Program Options</h2>
-
-<p>
-There are many demonstration programs in the MesaDemos tarball. If the
-programs are available when <code>./configure</code> is run, a subset of
-the programs will be built depending on the driver and library options
-chosen. See the directory <code>progs</code> for the full set of demos.
-
-<dl>
-<dt><code>--with-demos=DEMOS,DEMOS,...</code>
-<dd><p> This option allows a
-specific set of demo programs to be built. For example,
-<code>--with-demos="xdemos,slang"</code>. Beware that if this option is
-used, it will not be ensured that the necessary GL libraries will be
-available.
-<dt><code>--without-demos</code> <dd><p> This completely disables building the
-demo programs. It is equivalent to <code>--with-demos=no</code>.
-</dl>
-
</div>
</body>
</html>