]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Use consistent notation for cache variables.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 18 Sep 2009 05:20:58 +0000 (07:20 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 18 Sep 2009 05:20:58 +0000 (07:20 +0200)
* doc/autoconf.texi (Generic Programs): Remove `$' before
variable name.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/autoconf.texi

index f1362a6d05e9faf3b8180ee78e4fca35e7061c6c..99003318a817fd6fd55a8910aadad00b505a3216 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-09-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       Use consistent notation for cache variables.
+       * doc/autoconf.texi (Generic Programs): Remove `$' before
+       variable name.
+
        Documentation of specific and general cache variables.
        * doc/autoconf.texi (Default Includes, Alternative Programs)
        (Particular Programs, Generic Programs, Files, Libraries)
index f401c9b11fda3aaa8e3619aeefacea6dbfc1f7b1..53fab23e6c26d5bc364d97577bf0fe51c60c9ce1 100644 (file)
@@ -4265,13 +4265,13 @@ found.
 @acindex{PATH_PROGS_FEATURE_CHECK}
 @caindex path_@var{variable}
 This macro was introduced in Autoconf 2.62.  If @var{variable} is not
-empty, then set the cache variable @code{$ac_cv_path_@var{variable}} to
+empty, then set the cache variable @code{ac_cv_path_@var{variable}} to
 its value.  Otherwise, check for each program in the blank-separated
 list @var{progs-to-check-for} existing in @var{path}.  For each program
-found, execute @var{feature-test} with @code{$ac_path_@var{variable}}
+found, execute @var{feature-test} with @code{ac_path_@var{variable}}
 set to the absolute name of the candidate program.  If no invocation of
 @var{feature-test} sets the shell variable
-@code{$ac_cv_path_@var{variable}}, then @var{action-if-not-found} is
+@code{ac_cv_path_@var{variable}}, then @var{action-if-not-found} is
 executed.  @var{feature-test} will be run even when
 @code{ac_cv_path_@var{variable}} is set, to provide the ability to
 choose a better candidate found later in @var{path}; to accept the