From: Eric Blake Date: Fri, 22 Jul 2011 13:03:47 +0000 (-0600) Subject: docs: fix minor doc problems X-Git-Tag: v2.68b~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d2efc4563e660f548f6db529181a9f2e4735339;p=thirdparty%2Fautoconf.git docs: fix minor doc problems * doc/autoconf.texi (Why Not Imake): Fix grammar. (autoreconf Invocation): Fix short option for --version. * THANKS: Update. Reported by Christophe Jarry and Russ Allbery. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 88cb50cb..e2253508 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-07-22 Eric Blake + + docs: fix minor doc problems + * doc/autoconf.texi (Why Not Imake): Fix grammar. + (autoreconf Invocation): Fix short option for --version. + * THANKS: Update. + Reported by Christophe Jarry and Russ Allbery. + 2011-07-12 Benoit Sigoure (tiny change) docs: fix typo in AC_PATH_PROG diff --git a/THANKS b/THANKS index 5c2775b1..51188aad 100644 --- a/THANKS +++ b/THANKS @@ -82,6 +82,7 @@ Christian Cornelssen ccorn@cs.tu-berlin.de Christian Krackowizer ckrackowiz@std.schuler-ag.com Christian Krone krischan@sql.de Christian Rössel christian.roessel@gmx.de +Christophe Jarry christophe.jarry@ouvaton.org Christopher Hulbert cchgroupmail@gmail.com Christopher Lee chrislee@ri.cmu.edu Clinton Roy clinton.roy@gmail.com diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 7c40ca33..46720afc 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -1716,7 +1716,7 @@ Print a summary of the command line options and exit. Print the version number of Autoconf and exit. @item --verbose -@itemx -V +@itemx -v Print the name of each directory @command{autoreconf} examines and the commands it runs. If given two or more times, pass @option{--verbose} to subordinate tools that support it. @@ -25324,7 +25324,7 @@ restrictions. Here is some further explanation, written by Per Bothner: @quotation -One of the advantages of Imake is that it easy to generate large +One of the advantages of Imake is that it is easy to generate large makefiles using the @samp{#include} and macro mechanisms of @command{cpp}. However, @code{cpp} is not programmable: it has limited conditional facilities, and no looping. And @code{cpp} cannot inspect its