Advertisement
Guest User

configure

a guest
Nov 13th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.35 KB | None | 0 0
  1. `configure' configures libpeas 1.2.0 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]
  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/bin', `/usr/local/lib' etc. You can specify
  29. an installation prefix other than `/usr/local' 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. --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
  39. --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
  40. --localstatedir=DIR modifiable single-machine data [PREFIX/var]
  41. --libdir=DIR object code libraries [EPREFIX/lib]
  42. --includedir=DIR C header files [PREFIX/include]
  43. --oldincludedir=DIR C header files for non-gcc [/usr/include]
  44. --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
  45. --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
  46. --infodir=DIR info documentation [DATAROOTDIR/info]
  47. --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
  48. --mandir=DIR man documentation [DATAROOTDIR/man]
  49. --docdir=DIR documentation root [DATAROOTDIR/doc/libpeas]
  50. --htmldir=DIR html documentation [DOCDIR]
  51. --dvidir=DIR dvi documentation [DOCDIR]
  52. --pdfdir=DIR pdf documentation [DOCDIR]
  53. --psdir=DIR ps documentation [DOCDIR]
  54.  
  55. Program names:
  56. --program-prefix=PREFIX prepend PREFIX to installed program names
  57. --program-suffix=SUFFIX append SUFFIX to installed program names
  58. --program-transform-name=PROGRAM run sed PROGRAM on installed program names
  59.  
  60. System types:
  61. --build=BUILD configure for building on BUILD [guessed]
  62. --host=HOST cross-compile to build programs to run on HOST [BUILD]
  63.  
  64. Optional Features:
  65. --disable-option-checking ignore unrecognized --enable/--with options
  66. --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
  67. --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
  68. --disable-maintainer-mode disable make rules and dependencies not useful
  69. (and sometimes confusing) to the casual installer
  70. --enable-silent-rules less verbose build output (undo: `make V=1')
  71. --disable-silent-rules verbose build output (undo: `make V=0')
  72. --disable-dependency-tracking speeds up one-time build
  73. --enable-dependency-tracking do not reject slow dependency extractors
  74. --enable-static[=PKGS] build static libraries [default=no]
  75. --enable-shared[=PKGS] build shared libraries [default=yes]
  76. --enable-fast-install[=PKGS]
  77. optimize for fast installation [default=yes]
  78. --disable-libtool-lock avoid locking (might break parallel builds)
  79. --disable-nls do not use Native Language Support
  80. --disable-rpath do not hardcode runtime library paths
  81. --enable-gtk Build libpeas-gtk for Gtk widgetry
  82. --enable-gcov Whether to enable coverage testing (requires gcc and
  83. gcov) [default=no]
  84. --enable-glade-catalog Install a glade catalog file [default=auto]
  85. --enable-seed Enable Seed support
  86. --enable-gjs Enable GJS support
  87. --enable-python Enable Python support
  88. --enable-vala Enable Vala support
  89. --enable-gtk-doc use gtk-doc to build documentation [[default=no]]
  90. --enable-gtk-doc-html build documentation in html format [[default=yes]]
  91. --enable-gtk-doc-pdf build documentation in pdf format [[default=no]]
  92. --enable-compile-warnings=[no/minimum/yes/maximum/error]
  93. Turn on compiler warnings
  94. --enable-iso-c Try to warn if code is not ISO C
  95. --disable-deprecation Disable deprecated libpeas features
  96.  
  97. Optional Packages:
  98. --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
  99. --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
  100. --with-pic try to use only PIC/non-PIC objects [default=use
  101. both]
  102. --with-gnu-ld assume the C compiler uses GNU ld [default=no]
  103. --with-gnu-ld assume the C compiler uses GNU ld default=no
  104. --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
  105. --without-libiconv-prefix don't search for libiconv in includedir and libdir
  106. --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib
  107. --without-libintl-prefix don't search for libintl in includedir and libdir
  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 (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
  117. you have headers in a nonstandard directory <include dir>
  118. CPP C preprocessor
  119. PKG_CONFIG path to pkg-config utility
  120. PKG_CONFIG_PATH
  121. directories to add to pkg-config's search path
  122. PKG_CONFIG_LIBDIR
  123. path overriding pkg-config's built-in search path
  124. PEAS_CFLAGS C compiler flags for PEAS, overriding pkg-config
  125. PEAS_LIBS linker flags for PEAS, overriding pkg-config
  126. PEAS_GTK_CFLAGS
  127. C compiler flags for PEAS_GTK, overriding pkg-config
  128. PEAS_GTK_LIBS
  129. linker flags for PEAS_GTK, overriding pkg-config
  130. IGE_MAC_CFLAGS
  131. C compiler flags for IGE_MAC, overriding pkg-config
  132. IGE_MAC_LIBS
  133. linker flags for IGE_MAC, overriding pkg-config
  134. GTKDOC_DEPS_CFLAGS
  135. C compiler flags for GTKDOC_DEPS, overriding pkg-config
  136. GTKDOC_DEPS_LIBS
  137. linker flags for GTKDOC_DEPS, overriding pkg-config
  138.  
  139. Use these variables to override the choices made by `configure' or to help
  140. it to find libraries and programs with nonstandard names/locations.
  141.  
  142. Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=libpeas>.
  143. libpeas home page: <http://live.gnome.org/Libpeas>.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement