]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Installation Directory Variables): More info
authorPavel Roskin <proski@gnu.org>
Tue, 19 Dec 2000 16:47:50 +0000 (16:47 +0000)
committerPavel Roskin <proski@gnu.org>
Tue, 19 Dec 2000 16:47:50 +0000 (16:47 +0000)
on prefix and exec_prefix.

ChangeLog
doc/autoconf.texi

index 7297506e7b704ad41b15dd0a20e59a12a35cf987..570320250684b60fc40b94b430c4483c9d556711 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index ae70b45b90c4384e80330859c588dc05e854ca48..979991c60a52fb24dce69cc9f6bb2d71e7071a33 100644 (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