From: Jim Meyering Date: Sat, 10 Jan 2004 16:39:56 +0000 (+0000) Subject: (Running the Preprocessor): Correct grammar. X-Git-Tag: AUTOCONF-2.59c~758 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d782a80065d294ffe824ede57c2d2bc456f95efd;p=thirdparty%2Fautoconf.git (Running the Preprocessor): Correct grammar. --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index cdcae67b3..86ab24bb2 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -6544,7 +6544,7 @@ arguments). Sometimes one might need to run the preprocessor on some source file. @emph{Usually it is a bad idea}, as you typically need to @emph{compile} your project, not merely run the preprocessor on it; therefore you -certainly want to run the compiler, not the preprocessor. Resist to the +certainly want to run the compiler, not the preprocessor. Resist the temptation of following the easiest path. Nevertheless, if you need to run the preprocessor, then use