Advertisement
timcowchip

fribidi configure --help

Dec 3rd, 2017
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.02 KB | None | 0 0
  1. `configure' configures GNU FriBidi 0.19.7 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/fribidi]
  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. --enable-silent-rules less verbose build output (undo: "make V=1")
  69. --disable-silent-rules verbose build output (undo: "make V=0")
  70. --enable-dependency-tracking
  71. do not reject slow dependency extractors
  72. --disable-dependency-tracking
  73. speeds up one-time build
  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. --enable-debug turn on debugging [default=yes]
  80. --disable-deprecated do not build deprecated functionality
  81. --disable-charsets exclude charset conversion routines from library
  82.  
  83. Optional Packages:
  84. --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
  85. --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
  86. --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
  87. both]
  88. --with-aix-soname=aix|svr4|both
  89. shared library versioning (aka "SONAME") variant to
  90. provide on AIX, [default=aix].
  91. --with-gnu-ld assume the C compiler uses GNU ld [default=no]
  92. --with-sysroot[=DIR] Search for dependent libraries within DIR (or the
  93. compiler's sysroot if not specified).
  94. --with-glib=[no/auto/yes]
  95. use Glib [default=auto]
  96.  
  97. Some influential environment variables:
  98. CC C compiler command
  99. CFLAGS C compiler flags
  100. LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
  101. nonstandard directory <lib dir>
  102. LIBS libraries to pass to the linker, e.g. -l<library>
  103. CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
  104. you have headers in a nonstandard directory <include dir>
  105. LT_SYS_LIBRARY_PATH
  106. User-defined run-time library search path.
  107. CPP C preprocessor
  108. PKG_CONFIG path to pkg-config utility
  109. PKG_CONFIG_PATH
  110. directories to add to pkg-config's search path
  111. PKG_CONFIG_LIBDIR
  112. path overriding pkg-config's built-in search path
  113. GLIB_CFLAGS C compiler flags for GLIB, overriding pkg-config
  114. GLIB_LIBS linker flags for GLIB, overriding pkg-config
  115.  
  116. Use these variables to override the choices made by `configure' or to help
  117. it to find libraries and programs with nonstandard names/locations.
  118.  
  119. Report bugs to <http://bugs.freedesktop.org/enter_bug.cgi?product=fribidi>.
  120. GNU FriBidi home page: <http://fribidi.org/>.
  121. General help using GNU software: <http://www.gnu.org/gethelp/>.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement