From 7f94d9819dd05bf00191c1f1ff98551de9aa4d1b Mon Sep 17 00:00:00 2001 From: Christopher Yeleighton Date: Mon, 12 Mar 2012 12:21:24 -0600 Subject: [PATCH] docs: fix up html tags in autoconf.html http://bugs.freedesktop.org/show_bug.cgi?id=47241 Signed-off-by: Brian Paul --- docs/autoconf.html | 98 +++++++++++++++++++++--------------------------------- 1 file changed, 37 insertions(+), 61 deletions(-) diff --git a/docs/autoconf.html b/docs/autoconf.html index 895cf66..07a966e 100644 --- a/docs/autoconf.html +++ b/docs/autoconf.html @@ -1,4 +1,4 @@ - + Compilation and Installation using Autoconf @@ -10,23 +10,22 @@

Compilation and Installation using Autoconf

    -
  1. Basic Usage
  2. -
  3. Driver Options
  4. +
  5. Basic Usage

  6. +
  7. Driver Options

    -
  8. Library Options
  9. +
  10. Library Options

    -
  11. Demo Program Options
  12. +
  13. Demo Program Options

- -

1. Basic Usage

+

1. Basic Usage

The autoconf generated configure script can be used to guess your @@ -104,7 +103,6 @@ package metadata in /usr/X11R6 before the standard directories. -

There are also a few general options for altering the Mesa build: @@ -139,11 +137,9 @@ to force 32- or 64-bit code generation as used on the x86 and x86_64 architectures. -

-
-

2. Driver Options

+

2. Driver Options

There are several different driver modes that Mesa can use. These are @@ -153,84 +149,70 @@ configure option --with-driver. There are currently three supported options in the configure script.

-
+ + - -

3. Library Options

+

3. Library Options

The configure script provides more fine grained control over the GL @@ -238,18 +220,14 @@ libraries that will be built. More details on the specific GL libraries can be found in the basic installation instructions. -

-

+ -
-

4. Demo Program Options

+

4. Demo Program Options

There are many demonstration programs in the MesaDemos tarball. If the @@ -257,18 +235,16 @@ 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 +
    +
    --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 +
    --without-demos

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

  • -
-

+ -- 2.7.4