autoconf-patches
[Top][All Lists]
Advanced

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

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


From: Romain Lenglet
Subject: Re: [PATCH] Manual: fix typo: s/AC_PROG_PATH/AC_PATH_PROG/.
Date: Wed, 13 Jul 2011 07:28:43 +0900
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20110624 Thunderbird/5.0

Thanks, good catch!
--
Romain Lenglet

On 2011-07-13 06:00, Benoit Sigoure wrote:
---
  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:




reply via email to

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