mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
* doc/autoconf.texi (Installation Directory Variables): More info
on prefix and exec_prefix.
This commit is contained in:
parent
7f07425781
commit
d8264906a3
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user