From 948528463fce1c79605f15e36ca9c4080fc839aa Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Tue, 3 Aug 2004 20:18:07 +0000 Subject: Install documentation is running after autoconf changes. --- INSTALL | 27 +++++++++++++++++---------- 1 file 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 ========================== -- cgit