Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
494
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.34 KB | None | 0 0
  1. ./configure --help
  2. `configure' configures dspam GIT 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/dspam]
  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. --disable-dependency-tracking speeds up one-time build
  70. --enable-dependency-tracking do not reject slow dependency extractors
  71. --enable-shared[=PKGS] build shared libraries [default=yes]
  72. --enable-static[=PKGS] build static libraries [default=yes]
  73. --enable-fast-install[=PKGS]
  74. optimize for fast installation [default=yes]
  75. --disable-libtool-lock avoid locking (might break parallel builds)
  76. --enable-daemon Enable support for DSPAM to run in --daemon mode
  77. --enable-split-configuration
  78. Enable split configuration file support
  79. --enable-external-lookup
  80. Enable external lookup support
  81. --disable-trusted-user-security
  82. Disable trusted user security (enabled by default)
  83. --enable-clamav Enable Clam/AV support for DSPAM.
  84. --enable-debug Enable debugging support for DSPAM. Don't enable
  85. this unless something needs testing!
  86. --enable-syslog Enable (or disable) syslog support
  87. --enable-bnr-debug Activates debugging output for Bayesian Noise
  88. Reduction
  89. --enable-homedir Enable home directory filesystem storage.
  90. --disable-mysql4-initialization
  91. Performs Initialization and Cleanup of MySQL client
  92. libraries v4.1+.
  93. --enable-preferences-extension
  94. Enable if storage driver supports preferences
  95. extension
  96. --enable-verbose-debug Cause DSPAM produce verbose debug output and write
  97. them into LOGDIR/dspam.debug file. Implies
  98. '--enable-debug'. Never enable this for production
  99. builds!
  100. --enable-long-usernames Cause DSPAM to support long usernames. The default
  101. is to use the same length on usernames as the
  102. operating system.
  103. --enable-large-scale Manage file structure for a large scale
  104. implementation
  105. --enable-domain-scale Manage file structure to support a domain
  106. implementation
  107. --enable-virtual-users Cause mysql_drv to generate virtual uids for each
  108. user
  109. --enable-virtual-users Cause pgsql_drv to generate virtual uids for each
  110. user
  111. --enable-warnings[={no|[{yes|error}][,proto]}]
  112. Disable (no) or enable (yes) more warnings
  113. or enable and treat warnings as errors (error).
  114. Simple --enable-warnings is the same
  115. as --enable-warnings=yes.
  116. You can add ',proto' to 'yes' or 'error' option
  117. for turning on additional '-Wstrict-prototypes'
  118. flag.
  119. Have effect for GCC compilers only.
  120. --disable-warnings Same as --enable-warnings=no [default]
  121. --enable-profiling Disable (no) or enable (yes) performance profiling.
  122. Generate extra code to write profile information
  123. suitable for the analysis program gprof. Has effect
  124. for GCC compilers only.
  125.  
  126. Optional Packages:
  127. --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
  128. --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
  129. --with-pic try to use only PIC/non-PIC objects [default=use
  130. both]
  131. --with-gnu-ld assume the C compiler uses GNU ld [default=no]
  132. --with-dspam-home=DIR Specify directory where per-user dictionaries,
  133. signatures, etc. should be stored. [default:
  134. /var/dspam]
  135. --with-dspam-home-mode=MODE
  136. Set access mode for DSPAM_HOME, default 770
  137. --with-dspam-home-owner=OWNER
  138. Set owner for DSPAM_HOME, default root
  139. --with-dspam-home-group=GROUP
  140. Set group for DSPAM_HOME, default mail
  141. --with-logfile=LOGFILE Set flat logfile pathname for logging
  142. --with-dspam-mode=MODE Set access mode for dspam binary, default 2510
  143. --with-dspam-owner=OWNER
  144. Set owner for dspam binary, default root
  145. --with-dspam-group=GROUP
  146. Set group for dspam binary, default mail
  147. --with-delivery-agent=BINARY [ARGS]
  148. Override the default delivery agent. This sets only
  149. the default, which may be changed in dspam.conf.
  150. --with-logdir=DIR Specify directory where logfiles are to be written.
  151. [default: $dspam_home/log]
  152. --with-storage-driver=LIST
  153. Specify storage drivers to enable. [default:
  154. hash_drv]
  155. --with-mysql-includes=DIR
  156. Where to find Mysql headers
  157. --with-mysql-libraries=DIR
  158. Where to find MySQL
  159. --with-pgsql-includes=DIR
  160. Where to find PostgreSQL headers
  161. --with-pgsql-libraries=DIR
  162. Where to find PostgreSQL libraries
  163. --with-sqlite-includes=DIR
  164. Where to find SQLite headers
  165. --with-sqlite-libraries=DIR
  166. Where to find SQLite libraries
  167.  
  168. Some influential environment variables:
  169. CC C compiler command
  170. CFLAGS C compiler flags
  171. LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
  172. nonstandard directory <lib dir>
  173. LIBS libraries to pass to the linker, e.g. -l<library>
  174. CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
  175. you have headers in a nonstandard directory <include dir>
  176. CPP C preprocessor
  177.  
  178. Use these variables to override the choices made by `configure' or to help
  179. it to find libraries and programs with nonstandard names/locations.
  180.  
  181. Report bugs to <dspam-devel@lists.sourceforge.net>.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement