Go to the first, previous, next, last section, table of contents.
By default, `make install' will install the package's files in
`/usr/local/bin', `/usr/local/man', etc. You can specify an
installation prefix other than `/usr/local' by giving
configure
the option @option{--prefix=path}.
You can specify separate installation prefixes for architecture-specific
files and architecture-independent files. If you give configure
the option @option{--exec-prefix=path}, the package will use
path as the prefix for installing programs and libraries.
Documentation and other data files will still use the regular prefix.
In addition, if you use an unusual directory layout you can give options like @option{--bindir=path} to specify different values for particular kinds of files. Run `configure --help' for a list of the directories you can set and what kinds of files go in them.
If the package supports it, you can cause programs to be installed with
an extra prefix or suffix on their names by giving configure
the
option @option{--program-prefix=PREFIX} or
@option{--program-suffix=SUFFIX}.
Go to the first, previous, next, last section, table of contents.