]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
config.site moved
authorDavid MacKenzie <djm@djmnet.org>
Wed, 19 Oct 1994 00:30:09 +0000 (00:30 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Wed, 19 Oct 1994 00:30:09 +0000 (00:30 +0000)
doc/install.texi
install.texi

index b16de3e4fd3c67684acbadb0f15d24c9c53f5894..bff0738b8cb4d9050b34ad242b69fa487375eaf6 100644 (file)
@@ -155,8 +155,8 @@ If you want to set default values for @code{configure} scripts to share,
 you can create a site shell script called @file{config.site} that gives
 default values for variables like @code{CC}, @code{cache_file}, and
 @code{prefix}.  @code{configure} looks for
-@file{@var{prefix}/lib/config.site} if it exists, then
-@file{@var{exec_prefix}/lib/config.site} if it exists.  Or, you can set
+@file{@var{prefix}/share/config.site} if it exists, then
+@file{@var{prefix}/etc/config.site} if it exists.  Or, you can set
 the @code{CONFIG_SITE} environment variable to the location of the site
 script.  A warning: not all @code{configure} scripts look for a site script.
 
index b16de3e4fd3c67684acbadb0f15d24c9c53f5894..bff0738b8cb4d9050b34ad242b69fa487375eaf6 100644 (file)
@@ -155,8 +155,8 @@ If you want to set default values for @code{configure} scripts to share,
 you can create a site shell script called @file{config.site} that gives
 default values for variables like @code{CC}, @code{cache_file}, and
 @code{prefix}.  @code{configure} looks for
-@file{@var{prefix}/lib/config.site} if it exists, then
-@file{@var{exec_prefix}/lib/config.site} if it exists.  Or, you can set
+@file{@var{prefix}/share/config.site} if it exists, then
+@file{@var{prefix}/etc/config.site} if it exists.  Or, you can set
 the @code{CONFIG_SITE} environment variable to the location of the site
 script.  A warning: not all @code{configure} scripts look for a site script.