1:`configure' configures this package to adapt to many kinds of systems.
   2:
   3:Usage: ./configure [OPTION]... [VAR=VALUE]...
   4:
   5:To assign environment variables (e.g., CC, CFLAGS...), specify them as
   6:VAR=VALUE.  See below for descriptions of some of the useful variables.
   7:
   8:Defaults for the options are specified in brackets.
   9:
  10:Configuration:
  11:  -h, --help              display this help and exit
  12:      --help=short        display options specific to this package
  13:      --help=recursive    display the short help of all the included packages
  14:  -V, --version           display version information and exit
  15:  -q, --quiet, --silent   do not print `checking...' messages
  16:      --cache-file=FILE   cache test results in FILE [disabled]
  17:  -C, --config-cache      alias for `--cache-file=config.cache'
  18:  -n, --no-create         do not create output files
  19:      --srcdir=DIR        find the sources in DIR [configure dir or `..']
  20:
  21:Installation directories:
  22:  --prefix=PREFIX         install architecture-independent files in PREFIX
  23:              [/usr/local/firebird]
  24:  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  25:              [PREFIX]
  26:
  27:By default, `make install' will install all the files in
  28:`/usr/local/firebird/bin', `/usr/local/firebird/lib' etc.  You can specify
  29:an installation prefix other than `/usr/local/firebird' using `--prefix',
  30:for instance `--prefix=$HOME'.
  31:
  32:For better control, use the options below.
  33:
  34:Fine tuning of the installation directories:
  35:  --bindir=DIR           user executables [EPREFIX/bin]
  36:  --sbindir=DIR          system admin executables [EPREFIX/sbin]
  37:  --libexecdir=DIR       program executables [EPREFIX/libexec]
  38:  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
  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:  --infodir=DIR          info documentation [PREFIX/info]
  46:  --mandir=DIR           man documentation [PREFIX/man]
  47:
  48:System types:
  49:  --build=BUILD     configure for building on BUILD [guessed]
  50:  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
  51:  --target=TARGET   configure for building compilers for TARGET [HOST]
  52:
  53:Optional Features:
  54:  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  55:  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  56:  --enable-shared=PKGS  build shared libraries default=yes
  57:  --enable-static=PKGS  build static libraries default=yes
  58:  --enable-fast-install=PKGS  optimize for fast installation default=yes
  59:  --disable-libtool-lock  avoid locking (might break parallel builds)
  60:  --enable-superserver    build SuperServer architecture (default=no)
  61:  --enable-debug          build debug version (default=no)
  62:  --enable-raw-devices    enable databases on raw devices (default=no)
  63:  --disable-largefile     omit support for large files
  64:
  65:Optional Packages:
  66:  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  67:  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  68:  --with-gnu-ld           assume the C compiler uses GNU ld default=no
  69:  --with-pic              try to use only PIC/non-PIC objects default=use both
  70:  --with-lock-manager     build lock manager
  71:  --with-editline         support fancy command line editing
  72:  --with-service-name     specify inet service name (default=gds_db)
  73:  --with-service-port     specify inet service port (default=3050)
  74:  --with-ipc-name     specify local IPC name (default=FirebirdIPI)
  75:  --with-gpre-ada         support ADA in gpre (default=no)
  76:  --with-gpre-cobol       support COBOL in gpre (default=no)
  77:  --with-gpre-fortran     support FORTRAN in gpre (default=no)
  78:  --with-gpre-pascal      support PASCAL in gpre (default=no)
  79:  --with-sfio=PATH        use sfio (replacement stdio on Solaris) (default=no)
  80:  --with-pipe-name        specify wnet pipe name (default=interbas)
  81:
  82:Some influential environment variables:
  83:  CC          C compiler command
  84:  CFLAGS      C compiler flags
  85:  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
  86:              nonstandard directory <lib dir>
  87:  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
  88:              headers in a nonstandard directory <include dir>
  89:  CXX         C++ compiler command
  90:  CXXFLAGS    C++ compiler flags
  91:  CPP         C preprocessor
  92:
  93:Use these variables to override the choices made by `configure' or to help
  94:it to find libraries and programs with nonstandard names/locations.
  95: