From 0b6bb88729c3df2a438fb704db803b958c2d77ac Mon Sep 17 00:00:00 2001 From: David MacKenzie Date: Wed, 26 Jul 1995 05:36:45 +0000 Subject: [PATCH] fix typo --- autoconf.texi | 2 +- doc/autoconf.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autoconf.texi b/autoconf.texi index a3023779..bc8aac42 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 a3023779..bc8aac42 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: