summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Sigoure <tsunanet@gmail.com>2011-07-12 14:00:13 -0700
committerEric Blake <eblake@redhat.com>2011-07-12 15:17:09 -0600
commit855ce07e294d27645cbeddbe58aacc0bac98a627 (patch)
tree88aba2c399e4adb0d05b802482f59c6778fe1583
parent52581e00dcb0ba47dc28dd115e3ceec5cd01f49c (diff)
downloadautoconf-855ce07e294d27645cbeddbe58aacc0bac98a627.tar.gz
docs: fix typo in AC_PATH_PROG
* doc/autoconf.texi (Erlang Compiler and Interpreter): s/AC_PROG_PATH/AC_PATH_PROG/. * THANKS: Update. Signed-off-by: Eric Blake <eblake@redhat.com>
-rw-r--r--ChangeLog7
-rw-r--r--THANKS1
-rw-r--r--doc/autoconf.texi4
3 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bad5a9e..88cb50cb 100644
--- 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 e125ebe4..5c2775b1 100644
--- 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
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 637c2722..7c40ca33 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: