From: David MacKenzie Date: Wed, 26 Jul 1995 05:36:45 +0000 (+0000) Subject: fix typo X-Git-Tag: fsf-origin~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b6bb88729c3df2a438fb704db803b958c2d77ac;p=thirdparty%2Fautoconf.git fix typo --- diff --git a/autoconf.texi b/autoconf.texi index a30237799..bc8aac421 100644 --- a/autoconf.texi +++ b/autoconf.texi @@ -1646,7 +1646,7 @@ These macros are used to find programs not covered by the particular test macros. If you need to check the behavior of a program as well as find out whether it is present, you have to write your own test for it (@pxref{Writing Tests}). By default, these macros use the environment -variable @code{PATH]. If you need to check for a program that might not +variable @code{PATH}. If you need to check for a program that might not be in the user's @code{PATH}, you can pass a modified path to use instead, like this: diff --git a/doc/autoconf.texi b/doc/autoconf.texi index a30237799..bc8aac421 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -1646,7 +1646,7 @@ These macros are used to find programs not covered by the particular test macros. If you need to check the behavior of a program as well as find out whether it is present, you have to write your own test for it (@pxref{Writing Tests}). By default, these macros use the environment -variable @code{PATH]. If you need to check for a program that might not +variable @code{PATH}. If you need to check for a program that might not be in the user's @code{PATH}, you can pass a modified path to use instead, like this: