diff options
| author | Jim Warhol <jrw@jwarhol.com> | 2011-01-29 11:35:46 +0100 |
|---|---|---|
| committer | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2011-01-29 11:36:15 +0100 |
| commit | ce7ebea4e74d1e152f1ec6e5a44e3b1c0ca9c7a2 (patch) | |
| tree | f850a9b90eb10eb0ce4b55d33ecdf49dfb4f2225 | |
| parent | f8ef2568f23bbc7dde125216cc04b1772e41e0a1 (diff) | |
| download | autoconf-ce7ebea4.tar.gz | |
docs: fix typo in the manual.
* doc/autoconf.texi (Introduction): Fix typo.
* THANKS: Update.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | THANKS | 1 | ||||
| -rw-r--r-- | doc/autoconf.texi | 2 |
3 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2011-01-29 Jim Warhol <jrw@jwarhol.com> (tiny change) + + * doc/autoconf.texi (Introduction): Fix typo. + * THANKS: Update. + 2011-01-27 Stefano Lattarini <stefano.lattarini@gmail.com> docs: another parallel make issue @@ -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 419dff3..b1ccb1a 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. |
