The usual way to invoke configure
is as follows:
configure host
This prepares the source to be compiled in a host environment with programs and files to be installed in `/usr/local'.
configure
prepares the source as you specify by selecting and
using script and Makefile fragments prepared in advance, and stored with
the source. configure
's command line options also allow you to
specify other aspects of the source configuration:
-exec_prefix=dir
configure
variable exec_prefix
.
Generated Makefiles will have their exec_prefix
variables set to
this value. (See section Full descriptions of all installation subdirectories.)
-gas
-help
configure
.
-host=host
-nfp
-norecursion
config.status
).
-prefix=dir
configure
variable prefix
. Generated
Makefiles will have their prefix
variables set to this value.
(See section Full descriptions of all installation subdirectories.)
-program_prefix=string
configure
variable program_prefix
.
Generated Makefiles will have their program_prefix
variables set to this
value. (See section Full descriptions of all installation subdirectories.)
-program_suffix=string
-program_transform_name=sed-pattern
sed
invoked with sed-pattern.
This option may be given multiple times; each sed-pattern will be applied
in turn. This applies to programs which might be used for cross-compilation.
This option sets the configure
variable program_transform_name
.
Generated Makefiles will have their program_transform_name
variables set
to this value. (See section Full descriptions of all installation subdirectories.)
-recurring
configure
when recurring on
subdirectories. Its sole purpose is to suppress status output. You can
override this effect with the -verbose
option.
-rm
-site=site
-srcdir=_dir
-target=target
-tmpdir=tmpdir
configure
's temporary files.
The default is the value of the environment variable TMPDIR, or
`/tmp' if the environment variable is not set.
-verbose
-v
-x