From: Benoit Sigoure Date: Tue, 12 Jul 2011 21:00:13 +0000 (-0700) Subject: docs: fix typo in AC_PATH_PROG X-Git-Tag: v2.68b~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=855ce07e294d27645cbeddbe58aacc0bac98a627;p=thirdparty%2Fautoconf.git 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 --- diff --git a/ChangeLog b/ChangeLog index 0bad5a9e..88cb50cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-07-12 Benoit Sigoure (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 * 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: