Lines Matching full:configure
15 Briefly, the shell commands `./configure; make; make install' should
16 configure, build, and install this package. The following
24 The `configure' shell script attempts to guess correct values for
31 debugging `configure').
40 to figure out how `configure' could check whether to do them, and mail
46 The file `configure.ac' (or `configure.in') is used to create
47 `configure' by a program called `autoconf'. You need `configure.ac' if
48 you want to change it or regenerate `configure' using a newer version
54 `./configure' to configure the package for your system.
56 Running `configure' might take a while. While running, it prints
79 files that `configure' created (so you can compile the package for
100 the `configure' script does not know about. Run `./configure --help'
103 You can give `configure' initial values for configuration parameters
107 ./configure CC=c99 CFLAGS=-g LIBS=-lposix
118 the `configure' script. `configure' automatically checks for the
119 source code in the directory that `configure' is in and in `..'. This
133 ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
147 `configure' the option `--prefix=PREFIX', where PREFIX must be an
152 pass the option `--exec-prefix=PREFIX' to `configure', the package uses
158 kinds of files. Run `configure --help' for a list of the directories
165 correct locations to `configure'; however, many packages provide one or
174 `${prefix}'. Any directories that were specified during `configure',
190 at `configure' time.
196 with an extra prefix or suffix on their names by giving `configure' the
200 `configure', where FEATURE indicates an optional part of the package.
206 For packages that use the X Window System, `configure' can usually
208 you can use the `configure' options `--x-includes=DIR' and
211 Some packages offer the ability to configure how verbose the
212 execution of `make' will be. For these packages, running `./configure
214 overridden with `make V=1'; while running `./configure
225 ./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
234 ./configure CC="cc"
238 ./configure CC="cc -nodtk"
248 ./configure --prefix=/boot/common
253 There may be some features `configure' cannot figure out
256 _same_ architectures, `configure' can figure that out, but if it prints
284 If you want to set default values for `configure' scripts to share,
287 `configure' looks for `PREFIX/share/config.site' if it exists, then
290 A warning: not all `configure' scripts look for a site script.
296 environment passed to `configure'. However, some packages may run
297 configure again during the build, and the customized values of these
299 them in the `configure' command line, using `VAR=value'. For example:
301 ./configure CC=/usr/local2/bin/gcc
309 CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
311 `configure' Invocation
314 `configure' recognizes the following options to control how it
319 Print a summary of all of the options to `configure', and exit.
324 `configure', and exit. The `short' variant lists options used
330 Print the version of Autoconf used to generate the `configure'
351 `configure' can determine that directory automatically.
360 Run the configure checks, but stop before creating any output
363 `configure' also accepts some other, not widely useful, options. Run
364 `configure --help' for more details.