summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2004-08-03 20:18:07 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2004-08-03 20:18:07 +0000
commit948528463fce1c79605f15e36ca9c4080fc839aa (patch)
tree875478b3d9054093ac971cd9a38ae4ed6e177c36 /INSTALL
parent71ca62281ae017eba6b3afa77b07951c22a110de (diff)
downloadlasso-948528463fce1c79605f15e36ca9c4080fc839aa.tar.gz
lasso-948528463fce1c79605f15e36ca9c4080fc839aa.tar.xz
lasso-948528463fce1c79605f15e36ca9c4080fc839aa.zip
Install documentation is running after autoconf changes.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL27
1 files changed, 17 insertions, 10 deletions
diff --git a/INSTALL b/INSTALL
index bd11c048..438db6da 100644
--- a/INSTALL
+++ b/INSTALL
@@ -140,10 +140,7 @@ options to 'configure', where FEATURE indicates an optional part of the
package. It also pays attention to '--with-PACKAGE' options, where
PACKAGE is something like 'gnu-ld' or 'pic'.
-'configure' recognizes the following FEATUREs.
-
-coldfusion
- Build Lasso ColdFusion binding (enabled by default).
+'configure' recognizes the following FEATUREs:
debugging
Display debugging messages in 'stderr'.
@@ -152,17 +149,27 @@ gtk-doc
Build Lasso API reference manual using gtk-doc system (enabled by
default if gtk-doc is installed).
+tests
+ Build unit test suite (enabled by default)
+
+'configure' recognizes the following PACKAGEs:
+
+.. coldfusion
+ Build Lasso ColdFusion binding (enabled by default, use
+ ``--with-coldfusion=no`` to disable).
+
java
- Build Lasso Java binding (enabled by default).
+ Build Lasso Java binding (enabled by default, use
+ ``--with-java=no`` to disable).
-php
- Build Lasso PHP binding (enabled by default).
+.. php
+ Build Lasso PHP binding (enabled by default, use
+ ``--with-php=no`` to disable).
python
- Build Lasso Python binding (enabled by default).
+ Build Lasso Python binding (enabled by default, use
+ ``--with-python=no`` to disable).
-tests
- Build unit test suite (enabled by default)
Specifying the System Type
==========================