From: Pavel Roskin Date: Tue, 19 Dec 2000 16:47:50 +0000 (+0000) Subject: * doc/autoconf.texi (Installation Directory Variables): More info X-Git-Tag: autoconf-2.50~291 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8264906a3873efb09662bf0cab5f3ad85f610ac;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (Installation Directory Variables): More info on prefix and exec_prefix. --- diff --git a/ChangeLog b/ChangeLog index 7297506e7..570320250 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-12-19 Pavel Roskin + + * doc/autoconf.texi (Installation Directory Variables): More info + on prefix and exec_prefix. + 2000-12-19 Akim Demaille * aclang.m4 (_AC_COMPILER_OBJEXT): Don't rely on diff --git a/doc/autoconf.texi b/doc/autoconf.texi index ae70b45b9..979991c60 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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