* configure (version): A few more tweaks to help message.
authorIan Lance Taylor <ian@airs.com>
Mon, 22 Aug 1994 15:04:04 +0000 (15:04 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 22 Aug 1994 15:04:04 +0000 (15:04 +0000)
configure

index f724cac9555fb611bd881a1a984c166e99ab22d4..833a17864b4e4f98f33fcf34eb76075f334d2de2 100755 (executable)
--- 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)'
This page took 0.028352 seconds and 4 git commands to generate.