`configure' configures subversion 1.6.17 to adapt to many kinds of systems.

Usage: ./configure [OPTION]... [VAR=VALUE]...

To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE.  See below for descriptions of some of the useful variables.

Defaults for the options are specified in brackets.

Configuration:
  -h, --help              display this help and exit
      --help=short        display options specific to this package
      --help=recursive    display the short help of all the included packages
  -V, --version           display version information and exit
  -q, --quiet, --silent   do not print `checking...' messages
      --cache-file=FILE   cache test results in FILE [disabled]
  -C, --config-cache      alias for `--cache-file=config.cache'
  -n, --no-create         do not create output files
      --srcdir=DIR        find the sources in DIR [configure dir or `..']

Installation directories:
  --prefix=PREFIX         install architecture-independent files in PREFIX
                          [/usr/local]
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                          [PREFIX]

By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc.  You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.

For better control, use the options below.

Fine tuning of the installation directories:
  --bindir=DIR            user executables [EPREFIX/bin]
  --sbindir=DIR           system admin executables [EPREFIX/sbin]
  --libexecdir=DIR        program executables [EPREFIX/libexec]
  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
  --libdir=DIR            object code libraries [EPREFIX/lib]
  --includedir=DIR        C header files [PREFIX/include]
  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
  --infodir=DIR           info documentation [DATAROOTDIR/info]
  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
  --mandir=DIR            man documentation [DATAROOTDIR/man]
  --docdir=DIR            documentation root [DATAROOTDIR/doc/subversion]
  --htmldir=DIR           html documentation [DOCDIR]
  --dvidir=DIR            dvi documentation [DOCDIR]
  --pdfdir=DIR            pdf documentation [DOCDIR]
  --psdir=DIR             ps documentation [DOCDIR]

System types:
  --build=BUILD     configure for building on BUILD [guessed]
  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
  --target=TARGET   configure for building compilers for TARGET [HOST]

Optional Features:
  --disable-option-checking  ignore unrecognized --enable/--with options
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --disable-subdir-config do not reconfigure packages in subdirectories
  --disable-neon-version-check
                          do not check the Neon version
  --enable-experimental-libtool
                          Use APR's libtool
  --enable-shared[=PKGS]  build shared libraries [default=yes]
  --enable-static[=PKGS]  build static libraries [default=yes]
  --enable-fast-install[=PKGS]
                          optimize for fast installation [default=yes]
  --disable-libtool-lock  avoid locking (might break parallel builds)
  --enable-all-static     Build completely static (standalone) binaries.
  --disable-keychain      Disable use of Mac OS KeyChain for auth credentials
  --disable-nls           Disable gettext functionality
  --enable-debug          Turn on debugging
  --enable-maintainer-mode
                          Turn on debugging and very strict compile-time
                          warnings
  --disable-mod-activation
                          Do not enable mod_dav_svn in httpd.conf
  --enable-gprof          Produce gprof profiling data in 'gmon.out' (GCC
                          only).
  --enable-runtime-module-search
                          Turn on dynamic loading of RA/FS libraries
  --enable-javahl         Enable compilation of Java high-level bindings
                          (requires C++)

Optional Packages:
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --with-apr=PATH         prefix for installed APR, path to APR build tree,
                          or the full path to apr-config
  --with-apr-util=PATH    prefix for installed APU, path to APU build tree,
                          or the full path to apu-config
  --with-neon=PREFIX      Determine neon library configuration based on
                          'PREFIX/bin/neon-config'. Default is to search for
                          neon in a subdirectory of the top source directory
                          and then to look for neon-config in $PATH.
  --with-serf=PREFIX      Serf WebDAV client library
  --with-apr_memcache=PREFIX
                          Standalone apr_memcache client library
  --with-apxs[=FILE]      Build shared Apache modules. FILE is the optional
                          pathname to the Apache apxs tool; defaults to
                          "apxs".
  --with-apache-libexecdir[=PATH]
                          Install Apache modules to PATH instead of Apache's
                          configured modules directory; PATH "no" or
                          --without-apache-libexecdir means install to
                          LIBEXECDIR.
  --with-sqlite=PREFIX    Use installed SQLite library or amalgamation file.
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
  --with-pic              try to use only PIC/non-PIC objects [default=use
                          both]
  --with-tags[=TAGS]      include additional configurations [automatic]
  --with-trang=PATH       Specify the command to run the trang schema
                          converter
  --with-berkeley-db=[HEADER:INCLUDES:LIB_SEARCH_DIRS:LIBS]
                          The Subversion Berkeley DB based filesystem library
                          requires Berkeley DB $db_version or newer. If you
                          specify `--without-berkeley-db', that library will
                          not be built. If you omit the argument of this
                          option completely, the configure script will use
                          Berkeley DB used by APR-UTIL.
  --with-sasl=PATH        Compile with libsasl2 in PATH
  --with-gnome-keyring    Enable use of GNOME Keyring for auth credentials
  --with-kwallet[=PATH]   Enable use of KWallet (KDE 4) for auth credentials
  --with-ssl              This option does NOT affect the Subversion build
                          process in any way. It enables OpenSSL support in
                          the Neon library. If and only if you are building
                          Neon as an integrated part of the Subversion build
                          process, rather than linking to an already installed
                          version of Neon, you probably want to pass this
                          option so that Neon (and so indirectly, Subversion)
                          will be capable of https:// access.
  --with-editor=PATH      Specify a default editor for the subversion client.
  --with-zlib=PREFIX      zlib compression library
  --with-jdk=PATH         Try to use 'PATH/include' to find the JNI headers.
                          If PATH is not specified, look for a Java
                          Development Kit at JAVA_HOME.
  --with-jikes=PATH       Specify the path to a jikes binary to use it as your
                          Java compiler. The default is to look for jikes
                          (PATH optional). This behavior can be switched off
                          by supplying 'no'.
  --with-swig=PATH        Try to use 'PATH/bin/swig' to build the swig
                          bindings. If PATH is not specified, look for a
                          'swig' binary in your PATH.
  --with-ruby-sitedir=SITEDIR
                          install Ruby bindings in SITEDIR (default is same as
                          ruby's one)
  --with-ruby-test-verbose=LEVEL
                          how to use output level for Ruby bindings tests
                          (default is normal)
  --with-ctypesgen=PATH   Specify the path to ctypesgen. This can either be
                          the full path to a ctypesgen installation, the full
                          path to a ctypesgen source tree or the full path to
                          ctypesgen.py.
  --with-junit=PATH       Specify a path to the junit JAR file.

Some influential environment variables:
  CC          C compiler command
  CFLAGS      C compiler flags
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
              nonstandard directory <lib dir>
  LIBS        libraries to pass to the linker, e.g. -l<library>
  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
              you have headers in a nonstandard directory <include dir>
  CXX         C++ compiler command
  CXXFLAGS    C++ compiler flags
  CPP         C preprocessor
  CXXCPP      C++ preprocessor
  F77         Fortran 77 compiler command
  FFLAGS      Fortran 77 compiler flags

Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.

Report bugs to <http://subversion.tigris.org/>.

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS