From 85f541b2765e1aa6925ad660101f57ce6706ba98 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 1 May 2003 04:50:11 +0000 Subject: [PATCH] Rewrote the introduction. Made it clear this is not a complete list of configure options. Also, links to gnu configure docs and implemented user note about --prefix. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125289 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/install.configure.xml | 39 ++++++++++++++-------------------- 1 file changed, 16 insertions(+), 23 deletions(-) diff --git a/chapters/install.configure.xml b/chapters/install.configure.xml index 0f5ce72825..6ed22ac581 100644 --- a/chapters/install.configure.xml +++ b/chapters/install.configure.xml @@ -1,7 +1,21 @@ - + - Complete list of configure options + Miscellaneous configure options + + Below is a partial list of configure options used by the PHP + configure scripts when compiling in Unix-like + environments. Most configure options are listed in their appropriate + locations and not here. For a complete up-to-date list of configure + options, run ./configure --help in your PHP source + directory after running autoconf (see also the + Installation chapter). You may also + be interested in reading the + GNU configure documentation for + information on additional configure options such as + --prefix=PREFIX. + + These are only used at compile time. If you want to alter PHP's @@ -10,27 +24,6 @@ - - The following is a complete list of options supported by PHP 4 - configure scripts (as of 4.1.0), used when - compiling in Unix-like environments. Some are available in PHP 3, - some in PHP 4, and some in both. This is not noted yet. - - - - - There are general configuration options for the configure - script, consult the appropriate manual pages for GNU - autoconf or use the command - configure --help for a full, up-to-date list. - -