From: André Malo Date: Sat, 13 Sep 2003 14:19:00 +0000 (+0000) Subject: refactor the text about config.layout contents. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9cfdaf007bff5ef950e99399cd531a702e2e54c;p=thirdparty%2Fapache%2Fhttpd.git refactor the text about config.layout contents. Initiated by: Gustavo Delfino Reviewed by: Cliff Woolley git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101238 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/INSTALL b/INSTALL index b17a1548bc2..8a24f715d83 100644 --- a/INSTALL +++ b/INSTALL @@ -216,15 +216,17 @@ chosen paths via the --layout option. Use the --with-layout=[F:]ID option to select a particular installation - path base-layout. You always _HAVE_ to select a base-layout. There are - many layouts pre-defined in the file config.layout: `Apache' for - the classical Apache path layout, `GNU' for a path layout conforming - to the GNU `standards' document, and others that conform to vendor- - specific layout standards. You can browse the available layouts by - looking in the config.layout file. When you want to use your own custom - layout FOO, either add a corresponding "..." section - to config.layout and use --with-layout=FOO or place it into your own - file, say config.mypaths, and use --with-layout=config.mypaths:FOO. + path base-layout. There are many layouts pre-defined in the file + config.layout. Except on MacOS(X) configure defaults to the `Apache' + classical path layout. You can get an overview of the existing layouts + by using the command: + + grep "^..." section to config.layout and + use --with-layout=FOO or place it into your own file, say config.mypaths, + and use --with-layout=config.mypaths:FOO. Use the --show-layout option to check the final installation path layout while fiddling with the options above.