]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
docs: fix typo in AC_PATH_PROG
authorBenoit Sigoure <tsunanet@gmail.com>
Tue, 12 Jul 2011 21:00:13 +0000 (14:00 -0700)
committerEric Blake <eblake@redhat.com>
Tue, 12 Jul 2011 21:17:09 +0000 (15:17 -0600)
* doc/autoconf.texi (Erlang Compiler and Interpreter):
s/AC_PROG_PATH/AC_PATH_PROG/.
* THANKS: Update.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
THANKS
doc/autoconf.texi

index 0bad5a9e89fa6dabccadb3e306d7e85d7c315b07..88cb50cb552e897179435e6e7b93d3152e1e971f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-07-12  Benoit Sigoure  <tsunanet@gmail.com>  (tiny change)
+
+       docs: fix typo in AC_PATH_PROG
+       * doc/autoconf.texi (Erlang Compiler and Interpreter):
+       s/AC_PROG_PATH/AC_PATH_PROG/.
+       * THANKS: Update.
+
 2011-06-30  Paul Eggert  <eggert@cs.ucla.edu>
 
        * tests/semantics.at (AC_REPLACE_FUNCS): Test for just-fixed bug.
diff --git a/THANKS b/THANKS
index e125ebe49a5a187de585ddab0ab53c81f244445f..5c2775b175689a13693bf32543412f25d15de766 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -50,6 +50,7 @@ Axel Thimm                  Axel.Thimm@physik.fu-berlin.de
 Bart Oldeman                bartoldeman@users.sourceforge.net
 Ben Elliston                bje@redhat.com
 Ben Pfaff                   pfaffben@debian.org
+Benoit Sigoure              tsunanet@gmail.com
 Bill Moseley                moseley@hank.org
 Bill Northcott              w.northcott@unsw.edu.au
 Bill Sommerfeld             sommerfeld@apollo.hp.com
index 637c272298239f1c052e3a2bdaeb97684f9dc12a..7c40ca3350310731d31ebcae0bc4438729dda028 100644 (file)
@@ -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: