From: Ben Elliston Date: Wed, 25 Aug 1999 14:17:58 +0000 (+0000) Subject: 1999-08-25 Ben Elliston X-Git-Tag: trunk-pre-merge-trunk-into-experimental-1999-10-01~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bec736060f012530ec38e505355158220ae157fd;p=thirdparty%2Fautoconf.git 1999-08-25 Ben Elliston * autoconf.texi (Cache Variable Names): Be more explicit about the requirements for cache variable names. Fix for autoconf/53. --- diff --git a/ChangeLog b/ChangeLog index 552c70b7..76d6d419 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-08-25 Ben Elliston + + * autoconf.texi (Cache Variable Names): Be more explicit about the + requirements for cache variable names. Fix for autoconf/53. + 1999-08-25 Alexandre Oliva * autoreconf.sh: Run aclocal with the -I option only if diff --git a/autoconf.texi b/autoconf.texi index 27fc997e..be7709da 100644 --- a/autoconf.texi +++ b/autoconf.texi @@ -3747,7 +3747,9 @@ For cache values used by the distributed Autoconf macros, this value is @samp{ac}. @item @code{_cv_} -Indicates that this shell variable is a cache value. +Indicates that this shell variable is a cache value. This string +@emph{must} be present in the variable name, including the leading +underscore. @item @var{value-type} A convention for classifying cache values, to produce a rational naming diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 27fc997e..be7709da 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -3747,7 +3747,9 @@ For cache values used by the distributed Autoconf macros, this value is @samp{ac}. @item @code{_cv_} -Indicates that this shell variable is a cache value. +Indicates that this shell variable is a cache value. This string +@emph{must} be present in the variable name, including the leading +underscore. @item @var{value-type} A convention for classifying cache values, to produce a rational naming