* configure (version): A few more tweaks to help message.
This commit is contained in:
parent
0ff4ca1eef
commit
1be96eebd8
28
configure
vendored
28
configure
vendored
@ -377,20 +377,20 @@ if [ -n "${fatal}" -o "${host_alias}" = "help" ] ; then
|
||||
echo Usage: configure [OPTIONS] [HOST]
|
||||
echo
|
||||
echo Options: [defaults in brackets]
|
||||
echo ' --prefix=MYDIR install into MYDIR. [/usr/local]'
|
||||
echo ' --exec-prefix=MYDIR install host-dependent files into MYDIR. [/usr/local]'
|
||||
echo ' --help print this message. [normal config]'
|
||||
echo ' --build=BUILD configure for building on BUILD. [BUILD=HOST]'
|
||||
echo ' --host=HOST configure for HOST. [determined via config.guess]'
|
||||
echo ' --norecursion configure this directory only. [recurse]'
|
||||
echo ' --program-prefix=FOO prepend FOO to installed program names. [""]'
|
||||
echo ' --program-suffix=FOO append FOO to installed program names. [""]'
|
||||
echo ' --program-transform-name=P transform installed names by sed pattern P. [""]'
|
||||
echo ' --site=SITE configure with site-specific makefile for SITE.'
|
||||
echo ' --srcdir=DIR find the sources in DIR. [. or ..]'
|
||||
echo ' --target=TARGET configure for TARGET. [TARGET=HOST]'
|
||||
echo ' --tmpdir=TMPDIR create temporary files in TMPDIR. [/tmp]'
|
||||
echo ' --nfp configure for soft floating point. [hard float]'
|
||||
echo ' --prefix=MYDIR install into MYDIR [/usr/local]'
|
||||
echo ' --exec-prefix=MYDIR install host-dependent files into MYDIR [/usr/local]'
|
||||
echo ' --help print this message [normal config]'
|
||||
echo ' --build=BUILD configure for building on BUILD [BUILD=HOST]'
|
||||
echo ' --host=HOST configure for HOST [determined via config.guess]'
|
||||
echo ' --norecursion configure this directory only [recurse]'
|
||||
echo ' --program-prefix=FOO prepend FOO to installed program names [""]'
|
||||
echo ' --program-suffix=FOO append FOO to installed program names [""]'
|
||||
echo ' --program-transform-name=P transform installed names by sed pattern P [""]'
|
||||
echo ' --site=SITE configure with site-specific makefile for SITE'
|
||||
echo ' --srcdir=DIR find the sources in DIR [. or ..]'
|
||||
echo ' --target=TARGET configure for TARGET [TARGET=HOST]'
|
||||
echo ' --tmpdir=TMPDIR create temporary files in TMPDIR [/tmp]'
|
||||
echo ' --nfp configure for soft floating point [hard float]'
|
||||
echo ' --with-FOO, --with-FOO=BAR package FOO is available (parameter BAR)'
|
||||
echo ' --without-FOO package FOO is NOT available'
|
||||
echo ' --enable-FOO, --enable-FOO=BAR include feature FOO (parameter BAR)'
|
||||
|
Loading…
x
Reference in New Issue
Block a user