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.63b-26-


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63b-26-ge7c7a47
Date: Sat, 18 Apr 2009 23:13:03 +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=e7c7a4735fcc714ac9607fa680c72cbe6fd868bc

The branch, master has been updated
       via  e7c7a4735fcc714ac9607fa680c72cbe6fd868bc (commit)
      from  7ece247bdd194997f5a79aeaad3e7b02bc7130e2 (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 e7c7a4735fcc714ac9607fa680c72cbe6fd868bc
Author: Ralf Wildenhues <address@hidden>
Date:   Sun Apr 19 01:12:43 2009 +0200

    Improve and clarify `config.status' usage documentation.
    
    * doc/autoconf.texi (config.status Invocation): Fix markup in
    synopsis.  Use `tag' instead of `file' notation for the
    non-option arguments, to be consistent with the documentation
    of the AC_CONFIG_* macros.
    * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise,
    use `tag' notation for non-option arguments.
    Report by John Calcote.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog              |   11 +++++++++++
 doc/autoconf.texi      |   10 ++++++----
 lib/autoconf/status.m4 |    7 ++++---
 3 files changed, 21 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b7dd8f6..587b873 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2009-04-19  Ralf Wildenhues  <address@hidden>
+
+       Improve and clarify `config.status' usage documentation.
+       * doc/autoconf.texi (config.status Invocation): Fix markup in
+       synopsis.  Use `tag' instead of `file' notation for the
+       non-option arguments, to be consistent with the documentation
+       of the AC_CONFIG_* macros.
+       * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise,
+       use `tag' notation for non-option arguments.
+       Report by John Calcote.
+
 2009-04-15  Eric Blake  <address@hidden>
 
        Test that autotest handles binary output.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index e565dbf..b0e758e 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -20047,12 +20047,14 @@ package was last configured in case reconfiguring is 
needed.
 
 Synopsis:
 @example
-./config.status @address@hidden address@hidden@dots{}]
+./config.status @address@hidden @address@hidden
 @end example
 
-It configures the @var{files}; if none are specified, all the templates
-are instantiated.  The files must be specified without their
-dependencies, as in
+It configures each @var{tag}; if none are specified, all the templates
+are instantiated.  A @var{tag} refers to a file or other tag associated
+with a configuration action, as specified by a @code{AC_CONFIG_FOOS}
+macro (@pxref{Configuration Actions}).  The files must be specified
+without their dependencies, as in
 
 @example
 ./config.status foobar
diff --git a/lib/autoconf/status.m4 b/lib/autoconf/status.m4
index 72e6893..a8ab3e2 100644
--- a/lib/autoconf/status.m4
+++ b/lib/autoconf/status.m4
@@ -1395,10 +1395,11 @@ _ACEOF
 
 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 ac_cs_usage="\
-\`$as_me' instantiates files from templates according to the
-current configuration.
+\`$as_me' instantiates files and other configuration actions
+from templates according to the current configuration.  Unless the files
+and actions are specified as TAGs, all are instantiated by default.
 
-Usage: $[0] [[OPTION]]... [[FILE]]...
+Usage: $[0] [[OPTION]]... [[TAG]]...
 
   -h, --help       print this help, then exit
   -V, --version    print version number and configuration settings, then exit


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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