1
0
Fork 0

(svn r7775) -Fix (r7759): make ./configure --help lines at most 80 characters

release/0.6
rubidium 2007-01-02 22:28:15 +00:00
parent 3a7e1b7eb4
commit 71a0357ee0
1 changed files with 40 additions and 27 deletions

View File

@ -2145,50 +2145,62 @@ showhelp() {
echo "" echo ""
echo "System types:" echo "System types:"
echo " --build=BUILD configure for building on BUILD [guessed]" echo " --build=BUILD configure for building on BUILD [guessed]"
echo " --host=HOST cross-compile to build programs to run on HOST [BUILD]" echo " --host=HOST cross-compile to build programs to run"
echo " on HOST [BUILD]"
echo " --windres=WINDRES the windres to use [HOST-windres]" echo " --windres=WINDRES the windres to use [HOST-windres]"
echo " --strip=STRIP the strip to use [HOST-strip]" echo " --strip=STRIP the strip to use [HOST-strip]"
echo " --lipo=LIPO the lipo to use (OSX ONLY) [HOST-lipo]" echo " --lipo=LIPO the lipo to use (OSX ONLY) [HOST-lipo]"
echo " --os=OS the OS we are compiling for [DETECT]" echo " --os=OS the OS we are compiling for [DETECT]"
echo " DETECT/UNIX/OSX/FREEBSD/MORPHOS/BEOS/SUNOS/CYGWIN/MINGW" echo " DETECT/UNIX/OSX/FREEBSD/MORPHOS/BEOS/"
echo " --endian=ENDIAN set the endian of the HOST (AUTO/LE/BE) [AUTO]" echo " SUNOS/CYGWIN/MINGW"
echo " --revision=rXXXX overwrite the revision detection. Use with care!" echo " --endian=ENDIAN set the endian of the HOST (AUTO/LE/BE)"
echo " --revision=rXXXX overwrite the revision detection."
echo " Use with care!"
echo "" echo ""
echo "Paths:" echo "Paths:"
echo " --prefix-dir=dir specifies the prefix for all installed files [/usr/local]" echo " --prefix-dir=dir specifies the prefix for all installed"
echo " --binary-dir=dir location of the binary. Will be prefixed with the" echo " files [/usr/local]"
echo " prefix-dir [games]" echo " --binary-dir=dir location of the binary. Will be prefixed"
echo " --data-dir=dir location of data files (lang, data, gm, scenario)." echo " with the prefix-dir [games]"
echo " Will be prefixed with the prefix-dir [share/games/openttd]" echo " --data-dir=dir location of data files (lang, data, gm)."
echo " --icon-dir=dir location of icons. Will be prefixed with the" echo " Will be prefixed with the prefix-dir"
echo " prefix-dir [share/pixmaps]" echo " [share/games/openttd]"
echo " --icon-dir=dir location of icons. Will be prefixed"
echo " with the prefix-dir [share/pixmaps]"
echo " --personal-dir=dir location of the personal directory []" echo " --personal-dir=dir location of the personal directory []"
echo " --install-dir=dir specifies the root to install to. Useful to install" echo " --install-dir=dir specifies the root to install to."
echo " into jails [/]" echo " Useful to install into jails [/]"
echo "" echo ""
# TODO: The Following 3 tags will be removed when the 'search path patch' is applied # TODO: The Following 3 tags will be removed when the 'search path patch' is applied
echo " --second-data-dir=dir specifies a second directory for the data files" echo " --second-data-dir=dir specifies a second directory for the"
echo " --custom-lang-dir=dir specifies a custom directory for the language files" echo " data files"
echo " --enable-install make a binary that uses the specified data-dir and icon-dir" echo " --custom-lang-dir=dir specifies a custom directory for the"
echo " language files"
echo " --enable-install make a binary that uses the specified"
echo " data-dir and icon-dir"
echo "" echo ""
echo "Features and packages:" echo "Features and packages:"
echo " --enable-debug[=LVL] enable debug-mode (LVL=[0123], 0 is release) [LVL=0]" echo " --enable-debug[=LVL] enable debug-mode (LVL=[0123], 0 is release)"
echo " --enable-profiling enables profiling (can be mixed with --enable-debug)" echo " --enable-profiling enables profiling"
echo " --enable-dedicated compile a dedicated server (without video-drivers)" echo " --enable-dedicated compile a dedicated server (without video)"
echo " --enable-static enable static compile (doesn't work for all HOSTs)" echo " --enable-static enable static compile (doesn't work for"
echo " all HOSTs)"
echo " --enable-translator enable extra output for translators" echo " --enable-translator enable extra output for translators"
echo " --enable-universal enable universal builds (OSX ONLY)" echo " --enable-universal enable universal builds (OSX ONLY)"
echo " --enable-osx-g5 enables optimalizations for G5 (OSX ONLY)" echo " --enable-osx-g5 enables optimalizations for G5 (OSX ONLY)"
echo " --disable-network disable network support" echo " --disable-network disable network support"
echo " --disable-assert disable asserts (on error, program just continues)" echo " --disable-assert disable asserts (continue on errors)"
echo " --disable-strip disable any possible stripping" echo " --disable-strip disable any possible stripping"
echo " --without-osx-sysroot disable the automatic adding of sysroot (OSX ONLY)" echo " --without-osx-sysroot disable the automatic adding of sysroot "
echo " --without-application-bundle disable generation of application bundle (OSX ONLY)" echo " (OSX ONLY)"
echo " --without-application-bundle disable generation of application bundle"
echo " (OSX ONLY)"
echo " --with-direct-music enable direct music support (Win32 ONLY)" echo " --with-direct-music enable direct music support (Win32 ONLY)"
echo " --with-sort=sort define a non-default location for sort" echo " --with-sort=sort define a non-default location for sort"
echo " --with-midi=midi define which midi-player to use" echo " --with-midi=midi define which midi-player to use"
echo " --with-midi-arg=arg define which args to use for the midi-player" echo " --with-midi-arg=arg define which args to use for the"
echo " --with-cocoa enables COCOA video driver (OSX ONLY) support" echo " midi-player"
echo " --with-cocoa enables COCOA video driver (OSX ONLY)"
echo " --with-sdl[=sdl-config] enables SDL video driver support" echo " --with-sdl[=sdl-config] enables SDL video driver support"
echo " --with-zlib[=zlib.a] enables zlib support" echo " --with-zlib[=zlib.a] enables zlib support"
echo " --with-png[=libpng-config] enables libpng support" echo " --with-png[=libpng-config] enables libpng support"
@ -2204,8 +2216,9 @@ showhelp() {
echo " CXX C++ compiler command" echo " CXX C++ compiler command"
echo " CFLAGS C compiler flags" echo " CFLAGS C compiler flags"
echo " WINDRES windres command" echo " WINDRES windres command"
echo " LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries" echo " LDFLAGS linker flags, e.g. -L<lib dir> if you"
echo " in a nonstandard directory <lib dir>" echo " have libraries in a nonstandard"
echo " directory <lib dir>"
echo "" echo ""
echo "Use these variables to override the choices made by 'configure' or to help" echo "Use these variables to override the choices made by 'configure' or to help"
echo "it to find libraries and programs with nonstandard names/locations." echo "it to find libraries and programs with nonstandard names/locations."