| 1 | $ ./configure --help |
|---|
| 2 | `configure' configures poppler 0.8.5 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/poppler] |
|---|
| 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 | X features: |
|---|
| 62 | --x-includes=DIR X include files are in DIR |
|---|
| 63 | --x-libraries=DIR X library files are in DIR |
|---|
| 64 | |
|---|
| 65 | System types: |
|---|
| 66 | --build=BUILD configure for building on BUILD [guessed] |
|---|
| 67 | --host=HOST cross-compile to build programs to run on HOST [BUILD] |
|---|
| 68 | |
|---|
| 69 | Optional Features: |
|---|
| 70 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
|---|
| 71 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
|---|
| 72 | --enable-shared[=PKGS] build shared libraries [default=yes] |
|---|
| 73 | --enable-static[=PKGS] build static libraries [default=yes] |
|---|
| 74 | --enable-fast-install[=PKGS] |
|---|
| 75 | optimize for fast installation [default=yes] |
|---|
| 76 | --disable-dependency-tracking speeds up one-time build |
|---|
| 77 | --enable-dependency-tracking do not reject slow dependency extractors |
|---|
| 78 | --disable-libtool-lock avoid locking (might break parallel builds) |
|---|
| 79 | --enable-xpdf-headers Install unsupported xpdf headers. |
|---|
| 80 | --enable-fixedpoint use fixed point (instead of floating point) arithmetic |
|---|
| 81 | --enable-exceptions use C++ exceptions |
|---|
| 82 | --disable-largefile omit support for large files |
|---|
| 83 | --enable-zlib Build with zlib |
|---|
| 84 | --disable-libjpeg Don't build against libjpeg. |
|---|
| 85 | --disable-splash-output Don't build the Splash graphics backend. |
|---|
| 86 | --disable-cairo-output Don't build the cairo graphics backend. |
|---|
| 87 | --disable-poppler-glib Don't compile poppler glib wrapper. |
|---|
| 88 | --enable-gtk-doc use gtk-doc to build documentation default=no |
|---|
| 89 | --disable-gdk Compile without gdk. |
|---|
| 90 | --disable-poppler-qt Don't compile poppler qt wrapper. |
|---|
| 91 | --disable-poppler-qt4 Don't compile poppler Qt4 wrapper. |
|---|
| 92 | --disable-gtk-test Don't compile GTK+ test program. |
|---|
| 93 | --disable-abiword-output |
|---|
| 94 | Don't build the abiword backend. |
|---|
| 95 | --disable-utils Don't compile poppler command line utils. |
|---|
| 96 | --enable-compile-warnings=[no/yes/kde] |
|---|
| 97 | Turn on compiler warnings. |
|---|
| 98 | |
|---|
| 99 | |
|---|
| 100 | Optional Packages: |
|---|
| 101 | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
|---|
| 102 | --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) |
|---|
| 103 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] |
|---|
| 104 | --with-pic try to use only PIC/non-PIC objects [default=use |
|---|
| 105 | both] |
|---|
| 106 | --with-tags[=TAGS] include additional configurations [automatic] |
|---|
| 107 | --with-x use the X Window System |
|---|
| 108 | --with-html-dir=PATH path to installed docs |
|---|
| 109 | |
|---|
| 110 | Some influential environment variables: |
|---|
| 111 | CC C compiler command |
|---|
| 112 | CFLAGS C compiler flags |
|---|
| 113 | LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a |
|---|
| 114 | nonstandard directory <lib dir> |
|---|
| 115 | LIBS libraries to pass to the linker, e.g. -l<library> |
|---|
| 116 | CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if |
|---|
| 117 | you have headers in a nonstandard directory <include dir> |
|---|
| 118 | CPP C preprocessor |
|---|
| 119 | CXX C++ compiler command |
|---|
| 120 | CXXFLAGS C++ compiler flags |
|---|
| 121 | CXXCPP C++ preprocessor |
|---|
| 122 | F77 Fortran 77 compiler command |
|---|
| 123 | FFLAGS Fortran 77 compiler flags |
|---|
| 124 | XMKMF Path to xmkmf, Makefile generator for X Window System |
|---|
| 125 | PKG_CONFIG path to pkg-config utility |
|---|
| 126 | FREETYPE_CFLAGS |
|---|
| 127 | C compiler flags for FREETYPE, overriding pkg-config |
|---|
| 128 | FREETYPE_LIBS |
|---|
| 129 | linker flags for FREETYPE, overriding pkg-config |
|---|
| 130 | FONTCONFIG_CFLAGS |
|---|
| 131 | C compiler flags for FONTCONFIG, overriding pkg-config |
|---|
| 132 | FONTCONFIG_LIBS |
|---|
| 133 | linker flags for FONTCONFIG, overriding pkg-config |
|---|
| 134 | CAIRO_CFLAGS |
|---|
| 135 | C compiler flags for CAIRO, overriding pkg-config |
|---|
| 136 | CAIRO_LIBS linker flags for CAIRO, overriding pkg-config |
|---|
| 137 | POPPLER_GLIB_CFLAGS |
|---|
| 138 | C compiler flags for POPPLER_GLIB, overriding pkg-config |
|---|
| 139 | POPPLER_GLIB_LIBS |
|---|
| 140 | linker flags for POPPLER_GLIB, overriding pkg-config |
|---|
| 141 | GDK_CFLAGS C compiler flags for GDK, overriding pkg-config |
|---|
| 142 | GDK_LIBS linker flags for GDK, overriding pkg-config |
|---|
| 143 | POPPLER_QT4_CFLAGS |
|---|
| 144 | C compiler flags for POPPLER_QT4, overriding pkg-config |
|---|
| 145 | POPPLER_QT4_LIBS |
|---|
| 146 | linker flags for POPPLER_QT4, overriding pkg-config |
|---|
| 147 | GTK_TEST_CFLAGS |
|---|
| 148 | C compiler flags for GTK_TEST, overriding pkg-config |
|---|
| 149 | GTK_TEST_LIBS |
|---|
| 150 | linker flags for GTK_TEST, overriding pkg-config |
|---|
| 151 | ABIWORD_CFLAGS |
|---|
| 152 | C compiler flags for ABIWORD, overriding pkg-config |
|---|
| 153 | ABIWORD_LIBS |
|---|
| 154 | linker flags for ABIWORD, overriding pkg-config |
|---|
| 155 | |
|---|
| 156 | Use these variables to override the choices made by `configure' or to help |
|---|
| 157 | it to find libraries and programs with nonstandard names/locations. |
|---|
| 158 | |
|---|