From ab06629d5d257c6a205054de9fe34d24a55cd150 Mon Sep 17 00:00:00 2001 From: Andreas Boll Date: Thu, 20 Sep 2012 16:00:52 +0200 Subject: [PATCH] docs/autoconf: remove obsolete demo options removed with commit 56c3cce2a199f7f79a48d7633431e1e80fcd4ba2 two years ago Reviewed-by: Brian Paul --- docs/autoconf.html | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/docs/autoconf.html b/docs/autoconf.html index 0210bd1b27e..d707e60515e 100644 --- a/docs/autoconf.html +++ b/docs/autoconf.html @@ -24,7 +24,6 @@
  • DRI Driver Options
  • OSMesa Driver Options
  • -
  • Demo Program Options @@ -222,26 +221,6 @@ libraries that will be built. More details on the specific GL libraries can be found in the basic installation instructions. - -

    4. Demo Program Options

    - -

    -There are many demonstration programs in the MesaDemos tarball. If the -programs are available when ./configure is run, a subset of -the programs will be built depending on the driver and library options -chosen. See the directory progs for the full set of demos. - -

    -
    --with-demos=DEMOS,DEMOS,... -

    This option allows a -specific set of demo programs to be built. For example, ---with-demos="xdemos,slang". Beware that if this option is -used, it will not be ensured that the necessary GL libraries will be -available. -

    --without-demos

    This completely disables building the -demo programs. It is equivalent to --with-demos=no. -

    - -- 2.30.2