aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-08-22 15:04:04 +0000
committerIan Lance Taylor <ian@airs.com>1994-08-22 15:04:04 +0000
commit1be96eebd818371393c5e4e62b6bdb6afc07a12e (patch)
treeb59db5e721b6b63fa746c4519ec5c32069638427 /configure
parent0ff4ca1eeff0a93d4c90a884002fb8efb538a4a6 (diff)
downloadfsf-binutils-gdb-1be96eebd818371393c5e4e62b6bdb6afc07a12e.zip
fsf-binutils-gdb-1be96eebd818371393c5e4e62b6bdb6afc07a12e.tar.gz
fsf-binutils-gdb-1be96eebd818371393c5e4e62b6bdb6afc07a12e.tar.bz2
* configure (version): A few more tweaks to help message.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure28
1 files changed, 14 insertions, 14 deletions
diff --git a/configure b/configure
index f724cac..833a178 100755
--- a/configure
+++ b/configure
@@ -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)'