]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
fix typo
authorDavid MacKenzie <djm@djmnet.org>
Tue, 5 Mar 1996 04:56:52 +0000 (04:56 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Tue, 5 Mar 1996 04:56:52 +0000 (04:56 +0000)
autoconf.texi
doc/autoconf.texi

index 3766fd727b3cb72655648a3562ea28b28ff1473f..92354729aa4713869e6482af9ac22e2736f5311a 100644 (file)
@@ -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
index 3766fd727b3cb72655648a3562ea28b28ff1473f..92354729aa4713869e6482af9ac22e2736f5311a 100644 (file)
@@ -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