From: Jim Warhol Date: Sat, 29 Jan 2011 10:35:46 +0000 (+0100) Subject: docs: fix typo in the manual. X-Git-Tag: v2.68b~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce7ebea4e74d1e152f1ec6e5a44e3b1c0ca9c7a2;p=thirdparty%2Fautoconf.git docs: fix typo in the manual. * doc/autoconf.texi (Introduction): Fix typo. * THANKS: Update. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 35d2c3f7..b36aab1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-01-29 Jim Warhol (tiny change) + + * doc/autoconf.texi (Introduction): Fix typo. + * THANKS: Update. + 2011-01-27 Stefano Lattarini docs: another parallel make issue diff --git a/THANKS b/THANKS index e0bd6c1d..f0638bd7 100644 --- a/THANKS +++ b/THANKS @@ -190,6 +190,7 @@ Jeremy Yallop jeremy@yallop.org Jerker Bäck jerker.back@home.se Jim Blandy jimb@wookumz.gnu.ai.mit.edu Jim Meyering meyering@ascend.com +Jim Warhol jrw@jwarhol.com Jiro Takabatake jiro@din.or.jp Jochen Friedrich jochen@scram.de Joel E. Denny jdenny@ces.clemson.edu diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 419dff34..b1ccb1af 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -734,7 +734,7 @@ about difficulties in writing Autoconf input, and not in the behavior of the resulting @file{configure}. Even packages that don't use Autoconf will generally provide a @file{configure} script, and the most common complaint about these alternative home-grown scripts is that they fail -to meet one or more of the GNU Coding Standars (@pxref{Configuration, , , +to meet one or more of the GNU Coding Standards (@pxref{Configuration, , , standards, The GNU Coding Standards}) that users have come to expect from Autoconf-generated @file{configure} scripts.