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-66-g


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-66-g61b66d5
Date: Sat, 18 Oct 2008 12:42:14 +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=61b66d572b08da5bd671cf53f819cf05172d6cdf

The branch, master has been updated
       via  61b66d572b08da5bd671cf53f819cf05172d6cdf (commit)
      from  c6b172ee196b189c4074f5e623f22d9b47decb6f (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 61b66d572b08da5bd671cf53f819cf05172d6cdf
Author: Ralf Wildenhues <address@hidden>
Date:   Sat Oct 18 14:40:56 2008 +0200

    Show how to extract single substitutions from config.status.
    
    * doc/autoconf.texi (config.status Invocation): Show example
    using `--file=-'.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog         |    6 ++++++
 doc/autoconf.texi |    9 ++++++++-
 2 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 79100bc..f2c336e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-10-18  Ralf Wildenhues  <address@hidden>
+
+       Show how to extract single substitutions from config.status.
+       * doc/autoconf.texi (config.status Invocation): Show example
+       using `--file=-'.
+
 2008-10-17  Eric Blake  <address@hidden>
 
        Add m4_curry.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 3078869..a6bcb34 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -19100,7 +19100,14 @@ Doing so can be useful if some of the packages need a 
superset of the
 features that one of them, perhaps a common library, does.  These
 options allow a @file{config.status} file to create files other than the
 ones that its @file{configure.ac} specifies, so it can be used for a
-different package.
+different package, or for extracting a subset of values.  For example,
+
address@hidden
+echo '@@CC@@' | ./config.status --file=-
address@hidden example
+
address@hidden
+provides the value of @code{@@CC@@} on standard output.
 
 @item address@hidden:@var{template}]
 Same as @option{--file} above, but with @samp{AC_CONFIG_HEADERS}.


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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