From: Ian Lance Taylor Date: Mon, 22 Aug 1994 15:04:04 +0000 (+0000) Subject: * configure (version): A few more tweaks to help message. X-Git-Tag: gdb-4_18~13766 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1be96eebd818371393c5e4e62b6bdb6afc07a12e;p=external%2Fbinutils.git * configure (version): A few more tweaks to help message. --- 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)'