From bec736060f012530ec38e505355158220ae157fd Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Wed, 25 Aug 1999 14:17:58 +0000 Subject: [PATCH] 1999-08-25 Ben Elliston * autoconf.texi (Cache Variable Names): Be more explicit about the requirements for cache variable names. Fix for autoconf/53. --- ChangeLog | 5 +++++ autoconf.texi | 4 +++- doc/autoconf.texi | 4 +++- 3 files changed, 11 insertions(+), 2 deletions(-) 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 -- 2.47.2