• Home
  • Raw
  • Download

Lines Matching full:configure

15    Briefly, the shell command './configure && make && make install'
16 should configure, build, and install this package. The following
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 the 'configure' script does not know about. Run './configure --help'
102 You can give 'configure' initial values for configuration parameters
106 ./configure CC=c99 CFLAGS=-g LIBS=-lposix
117 the 'configure' script. 'configure' automatically checks for the source
118 code in the directory that 'configure' is in and in '..'. This is known
132 ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
146 'configure' the option '--prefix=PREFIX', where PREFIX must be an
151 pass the option '--exec-prefix=PREFIX' to 'configure', the package uses
157 kinds of files. Run 'configure --help' for a list of the directories
164 correct locations to 'configure'; however, many packages provide one or
173 '${prefix}'. Any directories that were specified during 'configure',
189 at 'configure' time.
195 with an extra prefix or suffix on their names by giving 'configure' the
199 'configure', where FEATURE indicates an optional part of the package.
205 For packages that use the X Window System, 'configure' can usually
207 you can use the 'configure' options '--x-includes=DIR' and
210 Some packages offer the ability to configure how verbose the
211 execution of 'make' will be. For these packages, running './configure
213 overridden with 'make V=1'; while running './configure
224 ./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
230 files such as 'configure' are involved. Use GNU 'make' instead.
237 ./configure CC="cc"
241 ./configure CC="cc -nodtk"
251 ./configure --prefix=/boot/common
256 There may be some features 'configure' cannot figure out
259 _same_ architectures, 'configure' can figure that out, but if it prints
287 If you want to set default values for 'configure' scripts to share,
290 'configure' looks for 'PREFIX/share/config.site' if it exists, then
293 A warning: not all 'configure' scripts look for a site script.
299 environment passed to 'configure'. However, some packages may run
300 configure again during the build, and the customized values of these
302 them in the 'configure' command line, using 'VAR=value'. For example:
304 ./configure CC=/usr/local2/bin/gcc
313 CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
315 'configure' Invocation
318 'configure' recognizes the following options to control how it
323 Print a summary of all of the options to 'configure', and exit.
328 'configure', and exit. The 'short' variant lists options used only
334 Print the version of Autoconf used to generate the 'configure'
355 'configure' can determine that directory automatically.
364 Run the configure checks, but stop before creating any output
367 'configure' also accepts some other, not widely useful, options. Run
368 'configure --help' for more details.