Advertisement
Guest User

Untitled

a guest
Dec 19th, 2015
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.73 KB | None | 0 0
  1. [bob@tests tar-1.28]$ ./configure --help
  2. `configure' configures GNU tar 1.28 to adapt to many kinds of systems.
  3.  
  4. Usage: ./configure [OPTION]... [VAR=VALUE]...
  5.  
  6. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  7. VAR=VALUE. See below for descriptions of some of the useful variables.
  8.  
  9. Defaults for the options are specified in brackets.
  10.  
  11. Configuration:
  12. -h, --help display this help and exit
  13. --help=short display options specific to this package
  14. --help=recursive display the short help of all the included packages
  15. -V, --version display version information and exit
  16. -q, --quiet, --silent do not print `checking ...' messages
  17. --cache-file=FILE cache test results in FILE [disabled]
  18. -C, --config-cache alias for `--cache-file=config.cache'
  19. -n, --no-create do not create output files
  20. --srcdir=DIR find the sources in DIR [configure dir or `..']
  21.  
  22. Installation directories:
  23. --prefix=PREFIX install architecture-independent files in PREFIX
  24. [/usr/local]
  25. --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
  26. [PREFIX]
  27.  
  28. By default, `make install' will install all the files in
  29. `/usr/local/bin', `/usr/local/lib' etc. You can specify
  30. an installation prefix other than `/usr/local' using `--prefix',
  31. for instance `--prefix=$HOME'.
  32.  
  33. For better control, use the options below.
  34.  
  35. Fine tuning of the installation directories:
  36. --bindir=DIR user executables [EPREFIX/bin]
  37. --sbindir=DIR system admin executables [EPREFIX/sbin]
  38. --libexecdir=DIR program executables [EPREFIX/libexec]
  39. --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
  40. --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
  41. --localstatedir=DIR modifiable single-machine data [PREFIX/var]
  42. --libdir=DIR object code libraries [EPREFIX/lib]
  43. --includedir=DIR C header files [PREFIX/include]
  44. --oldincludedir=DIR C header files for non-gcc [/usr/include]
  45. --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
  46. --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
  47. --infodir=DIR info documentation [DATAROOTDIR/info]
  48. --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
  49. --mandir=DIR man documentation [DATAROOTDIR/man]
  50. --docdir=DIR documentation root [DATAROOTDIR/doc/tar]
  51. --htmldir=DIR html documentation [DOCDIR]
  52. --dvidir=DIR dvi documentation [DOCDIR]
  53. --pdfdir=DIR pdf documentation [DOCDIR]
  54. --psdir=DIR ps documentation [DOCDIR]
  55.  
  56. Program names:
  57. --program-prefix=PREFIX prepend PREFIX to installed program names
  58. --program-suffix=SUFFIX append SUFFIX to installed program names
  59. --program-transform-name=PROGRAM run sed PROGRAM on installed program names
  60.  
  61. System types:
  62. --build=BUILD configure for building on BUILD [guessed]
  63. --host=HOST cross-compile to build programs to run on HOST [BUILD]
  64.  
  65. Optional Features:
  66. --disable-option-checking ignore unrecognized --enable/--with options
  67. --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
  68. --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
  69. --enable-silent-rules less verbose build output (undo: "make V=1")
  70. --disable-silent-rules verbose build output (undo: "make V=0")
  71. --enable-dependency-tracking
  72. do not reject slow dependency extractors
  73. --disable-dependency-tracking
  74. speeds up one-time build
  75. --disable-largefile omit support for large files
  76. --disable-acl do not support ACLs
  77. --enable-gcc-warnings turn on many GCC warnings (for developers; best with
  78. GNU make)
  79. --disable-rpath do not hardcode runtime library paths
  80. --disable-nls do not use Native Language Support
  81. --enable-backup-scripts Create and install backup and restore scripts
  82.  
  83. Optional Packages:
  84. --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
  85. --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
  86. --without-posix-acls do not use POSIX.1e access control lists
  87. --without-included-regex
  88. don't compile regex; this is the default on systems
  89. with recent-enough versions of the GNU C Library
  90. (use with caution on other systems).
  91. --without-selinux do not use SELinux, even on systems with SELinux
  92. --with-packager String identifying the packager of this software
  93. --with-packager-version Packager-specific version information
  94. --with-packager-bug-reports
  95. Packager info for bug reports (URL/e-mail/...)
  96. --with-rmt=FILE Use FILE as the default `rmt' program. Do not build
  97. included copy of `rmt'.
  98. --without-xattrs don't use linux extended attributes
  99. --with-compress=PROG use PROG as compress compressor program
  100. --with-gzip=PROG use PROG as gzip compressor program
  101. --with-bzip2=PROG use PROG as bzip2 compressor program
  102. --with-lzip=PROG use PROG as lzip compressor program
  103. --with-lzma=PROG use PROG as lzma compressor program
  104. --with-lzop=PROG use PROG as lzop compressor program
  105. --with-xz=PROG use PROG as xz compressor program
  106. --with-gnu-ld assume the C compiler uses GNU ld [default=no]
  107. --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
  108. --without-libiconv-prefix don't search for libiconv in includedir and libdir
  109. --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib
  110. --without-libintl-prefix don't search for libintl in includedir and libdir
  111.  
  112. Some influential environment variables:
  113. CC C compiler command
  114. CFLAGS C compiler flags
  115. LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
  116. nonstandard directory <lib dir>
  117. LIBS libraries to pass to the linker, e.g. -l<library>
  118. CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
  119. you have headers in a nonstandard directory <include dir>
  120. YACC The `Yet Another Compiler Compiler' implementation to use.
  121. Defaults to the first program found out of: `bison -y', `byacc',
  122. `yacc'.
  123. YFLAGS The list of arguments that will be passed by default to $YACC.
  124. This script will default YFLAGS to the empty string to avoid a
  125. default value of `-d' given by some make applications.
  126. CPP C preprocessor
  127. DEFAULT_RMT_DIR
  128. Define full file name of the directory where to install `rmt'.
  129. (default: $(libexecdir))
  130. RSH Configure absolute path to default remote shell binary
  131. DEFAULT_ARCHIVE_FORMAT
  132. Set the default archive format. Allowed values are: V7, OLDGNU,
  133. USTAR, POSIX, GNU. Default is GNU
  134. DEFAULT_ARCHIVE
  135. Set the name of the default archive (default: -)
  136. DEFAULT_BLOCKING
  137. Define default blocking factor (default: 20)
  138. DEFAULT_QUOTING_STYLE
  139. Set the default quoting style. Allowed values are: literal,
  140. shell, shell-always, c, escape, locale, clocale . Default is
  141. "escape".
  142.  
  143. Use these variables to override the choices made by `configure' or to help
  144. it to find libraries and programs with nonstandard names/locations.
  145.  
  146. Report bugs to <bug-tar@gnu.org>.
  147. GNU tar home page: <http://www.gnu.org/software/tar/>.
  148. General help using GNU software: <http://www.gnu.org/gethelp/>.
  149. [bob@tests tar-1.28]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement