• Home
  • Raw
  • Download

Lines Matching full:configure

15 Briefly, the shell command './configure && make && make install' should
16 configure, build, and install this package. The following more-detailed
24 The 'configure' shell script attempts to guess correct values for
31 debugging 'configure').
39 to figure out how 'configure' could check whether to do them, and mail
45 The file 'configure.ac' (or 'configure.in') is used to create
46 'configure' by a program called 'autoconf'. You need 'configure.ac' if
47 you want to change it or regenerate 'configure' using a newer version of
53 './configure' to configure the package for your system.
55 Running 'configure' might take a while. While running, it prints
78 files that 'configure' created (so you can compile the package for
99 'configure' script does not know about. Run './configure --help' for
102 You can give 'configure' initial values for configuration parameters
106 ./configure CC=c99 CFLAGS=-g LIBS=-lposix
116 'configure' the option '--prefix=PREFIX', where PREFIX must be an
121 pass the option '--exec-prefix=PREFIX' to 'configure', the package uses
127 kinds of files. Run 'configure --help' for a list of the directories
134 correct locations to 'configure'; however, many packages provide one or
143 '${prefix}'. Any directories that were specified during 'configure',
159 at 'configure' time.
165 an extra prefix or suffix on their names by giving 'configure' the
169 'configure', where FEATURE indicates an optional part of the package.
175 For packages that use the X Window System, 'configure' can usually
177 you can use the 'configure' options '--x-includes=DIR' and
180 Some packages offer the ability to configure how verbose the
181 execution of 'make' will be. For these packages, running './configure
183 overridden with 'make V=1'; while running './configure
190 There may be some features 'configure' cannot figure out automatically,
193 architectures, 'configure' can figure that out, but if it prints a
221 If you want to set default values for 'configure' scripts to share, you
223 values for variables like 'CC', 'cache_file', and 'prefix'. 'configure'
227 A warning: not all 'configure' scripts look for a site script.
233 environment passed to 'configure'. However, some packages may run
234 configure again during the build, and the customized values of these
236 them in the 'configure' command line, using 'VAR=value'. For example:
238 ./configure CC=/usr/local2/bin/gcc
247 CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
249 'configure' Invocation
252 'configure' recognizes the following options to control how it operates.
256 Print a summary of all of the options to 'configure', and exit.
261 'configure', and exit. The 'short' variant lists options used only
267 Print the version of Autoconf used to generate the 'configure'
288 'configure' can determine that directory automatically.
297 Run the configure checks, but stop before creating any output
300 'configure' also accepts some other, not widely useful, options. Run
301 'configure --help' for more details.