From: David MacKenzie Date: Tue, 5 Mar 1996 04:56:52 +0000 (+0000) Subject: fix typo X-Git-Tag: fsf-origin~179 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=483e88500c5181105c8c73238b2186c0b87cdcb1;p=thirdparty%2Fautoconf.git fix typo --- diff --git a/autoconf.texi b/autoconf.texi index 3766fd72..92354729 100644 --- a/autoconf.texi +++ b/autoconf.texi @@ -2753,7 +2753,7 @@ This macro uses @code{CPPFLAGS}, but not @code{CFLAGS}, because preprocessors. @end defmac -Here is now to find out whether a header file contains a particular +Here is how to find out whether a header file contains a particular declaration, such as a typedef, a structure, a structure member, or a function. Use @code{AC_EGREP_HEADER} instead of running @code{grep} directly on the header file; on some systems the symbol might be defined diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 3766fd72..92354729 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -2753,7 +2753,7 @@ This macro uses @code{CPPFLAGS}, but not @code{CFLAGS}, because preprocessors. @end defmac -Here is now to find out whether a header file contains a particular +Here is how to find out whether a header file contains a particular declaration, such as a typedef, a structure, a structure member, or a function. Use @code{AC_EGREP_HEADER} instead of running @code{grep} directly on the header file; on some systems the symbol might be defined