autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.63-236-


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-236-gfb069dd
Date: Fri, 05 Dec 2008 14:23:16 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=fb069ddf299107885435573544279c07df9d0b50

The branch, master has been updated
       via  fb069ddf299107885435573544279c07df9d0b50 (commit)
      from  fd651ae835b1b7a354bf4cd3d4b2fc0bab17656a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fb069ddf299107885435573544279c07df9d0b50
Author: William Pursell <address@hidden>
Date:   Thu Dec 4 21:18:40 2008 +0000

    Fix some typos and grammatical errors in documentation.
    
    * doc/autoconf.texi: Clean up some bad use of English.
    
    Signed-off-by: Eric Blake <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    5 +++++
 doc/autoconf.texi |   25 +++++++++++++------------
 2 files changed, 18 insertions(+), 12 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index cd343d8..a250ee2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-05  William Pursell  <address@hidden>  (tiny change)
+
+       Fix some typos and grammatical errors in documentation.
+       * doc/autoconf.texi: Clean up some bad use of English.
+
 2008-12-03  Eric Blake  <address@hidden>
 
        Improve AC_STATE_SAVE.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index fe28f39..d232e4e 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -1472,9 +1472,9 @@ disable warnings falling into @var{category}
 Warnings about @samp{syntax} are enabled by default, and the environment
 variable @env{WARNINGS}, a comma separated list of categories, is
 honored as well.  Passing @option{-W @var{category}} actually behaves as if
-you had passed @option{--warnings syntax,$WARNINGS,@var{category}}.  If
-you want to disable the defaults and @env{WARNINGS}, but (for example)
-enable the warnings about obsolete constructs, you would use @option{-W
+you had passed @option{--warnings syntax,$WARNINGS,@var{category}}.  To
+disable the defaults and @env{WARNINGS}, and then
+enable warnings about obsolete constructs, use @option{-W
 none,obsolete}.
 
 @cindex Back trace
@@ -1707,9 +1707,9 @@ disable warnings falling into @var{category}
 Warnings about @samp{syntax} are enabled by default, and the environment
 variable @env{WARNINGS}, a comma separated list of categories, is
 honored as well.  Passing @option{-W @var{category}} actually behaves as if
-you had passed @option{--warnings syntax,$WARNINGS,@var{category}}.  If
-you want to disable the defaults and @env{WARNINGS}, but (for example)
-enable the warnings about obsolete constructs, you would use @option{-W
+you had passed @option{--warnings syntax,$WARNINGS,@var{category}}.  To
+disable the defaults and @env{WARNINGS}, and then
+enable warnings about obsolete constructs, use @option{-W
 none,obsolete}.
 @end table
 
@@ -2146,7 +2146,7 @@ tree.
 @item commands
 Shell commands output literally into @file{config.status}, and
 associated with a tag that the user can use to tell @file{config.status}
-which the commands to run.  The commands are run each time a @var{tag}
+which commands to run.  The commands are run each time a @var{tag}
 request is given to @file{config.status}, typically each time the file
 @address@hidden is created.
 
@@ -2498,7 +2498,7 @@ top-level directory, this is the same as @code{builddir}.
 @ovindex top_build_prefix
 The relative name of the top level of the current build tree with final
 slash if nonemtpy.  This is the same as @code{top_builddir}, except that
-it contains of zero of more runs of @code{../}, so it should not be
+it contains zero or more runs of @code{../}, so it should not be
 appended with a slash for concatenation.  This helps for @command{make}
 implementations that otherwise do not treat @file{./file} and @file{file}
 as equal in the toplevel build directory.
@@ -2688,8 +2688,9 @@ the final locations to there.
 @end table
 
 In order to support these features, it is essential that
address@hidden remains being defined as @address@hidden@}/share} to
-depend upon the current value of @code{prefix}.
address@hidden remains defined as @address@hidden@}/share},
+so that its value can be expanded based
+on the current value of @code{prefix}.
 
 A corollary is that you should not use these variables except in
 makefiles.  For instance, instead of trying to evaluate @code{datadir}
@@ -2799,7 +2800,7 @@ macro in @file{configure.ac}.
 @acindex{ERLANG_SUBST_INSTALL_LIB_SUBDIR}
 The installation directory for Erlang library @var{library}.
 This variable is set by calling the
address@hidden(@var{library}, @var{version}}
address@hidden(@var{library}, @var{version})}
 macro in @file{configure.ac}.
 @end defvar
 
@@ -2955,7 +2956,7 @@ The @samp{$(srcdir)/} prefix is included because of 
limitations in the
 The @file{stamp-} files are necessary because the timestamps of
 @file{config.h.in} and @file{config.h} are not changed if remaking
 them does not change their contents.  This feature avoids unnecessary
-recompilation.  You should include the file @file{stamp-h.in} your
+recompilation.  You should include the file @file{stamp-h.in} in your
 package's distribution, so that @command{make} considers
 @file{config.h.in} up to date.  Don't use @command{touch}
 (@pxref{touch, , Limitations of Usual Tools}); instead, use


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

[Prev in Thread] Current Thread [Next in Thread]