./configure eye-candy.

/trunk/configure |   22    11    11     0 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)
This commit is contained in:
Yann E. MORIN" 2008-07-18 21:03:04 +00:00
parent bb1fdedf57
commit e59ab0f07b

22
configure vendored
View File

@ -154,13 +154,13 @@ Defaults for the options are specified in brackets.
Configuration:
-h, --help display this help and exit
--force force ./configure to complete, even if one or more
tools were not found. Use at your own risk, only if
you know what you are doing!
Installation directories:
--prefix=PREFIX install files in PREFIX [${PREFIX_DEFAULT}]
--local don't install, and use current directory
--force force ./configure to run, even if a tool was not
found. Use at your own risk, only if you know
what you are doing!
By default, \`make install' will install all the files in
\`${PREFIX_DEFAULT}/bin', \`${PREFIX_DEFAULT}/lib' etc. You can specify
@ -170,16 +170,16 @@ for instance \`--prefix=\${HOME}'.
For better control, use the options below.
Fine tuning of the installation directories:
--bindir=DIR user executables [PREFIX/bin]
--libdir=DIR object code libraries [PREFIX/lib]
--docdir=DIR info documentation [PREFIX/share/doc]
--mandir=DIR man documentation [PREFIX/share/man]
--bindir=DIR user executables [PREFIX/bin]
--libdir=DIR object code libraries [PREFIX/lib]
--docdir=DIR info documentation [PREFIX/share/doc]
--mandir=DIR man documentation [PREFIX/share/man]
Optional Features:
--with-contrib=XXX Include externally contributed features found in the
contrib/ sub-directory. Set to a comma-separated list
of features. Use 'all' to use all contributions, and
'list' to see which are available.
--with-contrib=XXX Include externally contributed features found in the
contrib/ sub-directory. Set to a comma-separated list
of features. Use 'all' to use all contributions, and
'list' to see which are available.
__EOF__
}