autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Manual: fix typo: s/AC_PROG_PATH/AC_PATH_PROG/.


From: Benoit Sigoure
Subject: [PATCH] Manual: fix typo: s/AC_PROG_PATH/AC_PATH_PROG/.
Date: Tue, 12 Jul 2011 14:00:13 -0700

---
 doc/autoconf.texi |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 637c272..7c40ca3 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -7810,7 +7810,7 @@ complete path of the compiler command found.  In 
addition, if @code{ERLCFLAGS}
 is not set in the environment, set it to an empty value.
 
 The two optional arguments have the same meaning as the two last arguments of
-macro @code{AC_PROG_PATH} for looking for the @command{erlc} program.  For
+macro @code{AC_PATH_PROG} for looking for the @command{erlc} program.  For
 example, to look for @command{erlc} only in the @file{/usr/lib/erlang/bin}
 directory:
 
@@ -7836,7 +7836,7 @@ environment, check for @command{erl}.  Set output 
variable @code{ERL} to the
 complete path of the interpreter command found.
 
 The two optional arguments have the same meaning as the two last arguments of
-macro @code{AC_PROG_PATH} for looking for the @command{erl} program.  For
+macro @code{AC_PATH_PROG} for looking for the @command{erl} program.  For
 example, to look for @command{erl} only in the @file{/usr/lib/erlang/bin}
 directory:
 
-- 
1.7.5.3.445.gc1a0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]