From: William Pursell Date: Sat, 27 Jun 2009 10:23:58 +0000 (+0200) Subject: Fix grammaro in documenation. X-Git-Tag: v2.64~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c358e8f6ac5f30238657df471e446d82f076745;p=thirdparty%2Fautoconf.git Fix grammaro in documenation. * doc/autoconf.texi (Guidelines): Fix grammaro. --- diff --git a/ChangeLog b/ChangeLog index e568c7fe1..5f89c1b24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-06-27 William Pursell (tiny change) + + Fix grammaro in documenation. + * doc/autoconf.texi (Guidelines): Fix grammaro. + 2009-06-17 Eric Blake Fix AC_CHECK_HEADER infloop for gcc. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 4b08042a3..455d1c415 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -8109,7 +8109,7 @@ functional might let your @command{configure} accept a header which causes some @emph{compiler} error. Do not hesitate to check a header with other headers included before, especially required headers. -Make sure the symbols you use are properly defined, i.e., refrain for +Make sure the symbols you use are properly defined, i.e., refrain from simply declaring a function yourself instead of including the proper header.