* doc/autoconf.texi (Installation Directory Variables): More info

on prefix and exec_prefix.
This commit is contained in:
Pavel Roskin 2000-12-19 16:47:50 +00:00
parent 7f07425781
commit d8264906a3
2 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2000-12-19 Pavel Roskin <proski@gnu.org>
* doc/autoconf.texi (Installation Directory Variables): More info
on prefix and exec_prefix.
2000-12-19 Akim Demaille <akim@epita.fr>
* aclang.m4 (_AC_COMPILER_OBJEXT): Don't rely on

View File

@ -1823,7 +1823,11 @@ The directory for installing read-only architecture-independent data.
@defvar exec_prefix
@ovindex exec_prefix
The installation prefix for architecture-dependent files.
The installation prefix for architecture-dependent files. By default
it's the same as @var{prefix}. You should avoid installing anything
directly to @var{exec_prefix}. However, the default value for
directories containing architecture-dependent files should be relative
to @var{exec_prefix}.
@end defvar
@defvar includedir
@ -1863,7 +1867,9 @@ The directory for installing C header files for non-gcc compilers.
@defvar prefix
@ovindex prefix
The installation prefix for architecture-independent files.
The common installation prefix for all files. If @var{exec_prefix}
is defined to a different value, @var{prefix} is used only for
architecture-independent files.
@end defvar
@defvar sbindir