[SCM] GNU Autoconf source repository branch, master, updated. v2.69-74-g9e087dd

"Paul Eggert" <[email protected]> Sat, 23 Feb 2013 19:15:07 +0000
Newsgroups gmane.comp.sysutils.autoconf.cvs
Message-ID <[email protected]>
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=9e087dd343b67ac58a7f54e08335ac62fc33ed53

The branch, master has been updated
       via  9e087dd343b67ac58a7f54e08335ac62fc33ed53 (commit)
      from  1c048e2f9f387f01e8f9254f800b909cabd28672 (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 9e087dd343b67ac58a7f54e08335ac62fc33ed53
Author: Paul Eggert <[email protected]>
Date:   Sat Feb 23 11:14:49 2013 -0800

    AC_FUNC_GETLOADAVG: doc fix
    
    * doc/autoconf.texi (Particular Functions):
    Omit incorrect mention of @var{dir} before getloadavg.c.
    Problem reported by Patricke Welche in:
    http://lists.gnu.org/archive/html/autoconf-patches/2013-02/msg00006.html

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

Summary of changes:
 doc/autoconf.texi |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 8f58d4a..bf4823d 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -5084,9 +5084,8 @@ If the system has the @code{getloadavg} function, define
 @code{HAVE_GETLOADAVG}, and set @code{GETLOADAVG_LIBS} to any libraries
 necessary to get that function.  Also add @code{GETLOADAVG_LIBS} to
 @code{LIBS}.  Otherwise, require an @code{AC_LIBOBJ} replacement for
-@samp{getloadavg} with source code in @file{@var{dir}/getloadavg.c}, and
-possibly define several other C preprocessor macros and output
-variables:
+@samp{getloadavg} and possibly define several other C preprocessor
+macros and output variables:
 
 @enumerate
 @item


hooks/post-receive
-- 
GNU Autoconf source repository