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.69-49-g


From: Paul Eggert
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.69-49-g64ad4de
Date: Sat, 17 Nov 2012 19:06:33 +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=64ad4deb5124bcc3082e97530c78ceb244af4b74

The branch, master has been updated
       via  64ad4deb5124bcc3082e97530c78ceb244af4b74 (commit)
      from  56369cf6ce62fe45f5fef34b53576c8ac9b43e3f (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 64ad4deb5124bcc3082e97530c78ceb244af4b74
Author: Paul Eggert <address@hidden>
Date:   Sat Nov 17 11:06:05 2012 -0800

    AC_CHECK_FILES: improve documentation
    
    * doc/autoconf.texi (Files): Document AC_CHECK_FILES better.
    Reported by Christophe Curis in
    <http://savannah.gnu.org/support/?108182>.

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

Summary of changes:
 doc/autoconf.texi |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index d1483b8..5b556da 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -4457,7 +4457,7 @@ of the host machine, and therefore, they die when 
cross-compiling.
 @caindex address@hidden
 Check whether file @var{file} exists on the native system.  If it is
 found, execute @var{action-if-found}, otherwise do
address@hidden, if given.  The result of this test is cached
address@hidden, if given.  Cache the result of this test
 in the @address@hidden variable, with characters not
 suitable for a variable name mapped to underscores.
 @end defmac
@@ -4466,11 +4466,12 @@ suitable for a variable name mapped to underscores.
   @ovar{action-if-not-found})
 @acindex{CHECK_FILES}
 @caindex address@hidden
-Executes @code{AC_CHECK_FILE} once for each file listed in @var{files}.
-Additionally, defines @address@hidden (@pxref{Standard Symbols})
-for each file found.  The results of each test are cached in the
address@hidden@var{file}} variable, with characters not suitable for
-a variable name mapped to underscores.
+For each file listed in @var{files}, execute @code{AC_CHECK_FILE}
+and perform either @var{action-if-found} or @var{action-if-not-found}.
+Like @code{AC_CHECK_FILE}, this defines @address@hidden
+(@pxref{Standard Symbols}) for each file found and caches the results of
+each test in the @address@hidden variable, with characters
+not suitable for a variable name mapped to underscores.
 @end defmac
 
 


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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