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.67-25-g


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.67-25-g9a30240
Date: Tue, 24 Aug 2010 13:48:46 +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=9a3024065070d715b15d2b10b357e522c0855e3c

The branch, master has been updated
       via  9a3024065070d715b15d2b10b357e522c0855e3c (commit)
      from  bfc4d94c7d92e8d463e830e28798ee7aadcfd47e (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 9a3024065070d715b15d2b10b357e522c0855e3c
Author: Eric Blake <address@hidden>
Date:   Tue Aug 24 07:41:41 2010 -0600

    AC_FUNC_GETLOADAVG: don't define SVR4 on cygwin
    
    * lib/autoconf/functions.m4 (_AC_LIBOBJ_GETLOADAVG): Only define
    SVR4 when -lkvm is required.
    * THANKS: Update.
    Reported by Yaakov Selkowitz.
    
    Signed-off-by: Eric Blake <address@hidden>

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

Summary of changes:
 ChangeLog                 |    8 ++++++++
 THANKS                    |    1 +
 lib/autoconf/functions.m4 |    3 ++-
 3 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9b27194..e82f811 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-08-24  Eric Blake  <address@hidden>
+
+       AC_FUNC_GETLOADAVG: don't define SVR4 on cygwin
+       * lib/autoconf/functions.m4 (_AC_LIBOBJ_GETLOADAVG): Only define
+       SVR4 when -lkvm is required.
+       * THANKS: Update.
+       Reported by Yaakov Selkowitz.
+
 2010-08-23  Eric Blake  <address@hidden>
 
        AC_HEADER_STDBOOL: avoid spurious clang failure
diff --git a/THANKS b/THANKS
index c79e21e..748c4e4 100644
--- a/THANKS
+++ b/THANKS
@@ -410,6 +410,7 @@ Werner Lemberg              address@hidden
 Wilfredo Sanchez            address@hidden
 William Pursell             address@hidden
 Wolfgang Mueller            address@hidden
+Yaakov Selkowitz            address@hidden
 Yavor Doganov               address@hidden
 Yury Puhalsky               address@hidden
 Zack Weinberg               address@hidden
diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4
index 576de02..d7058c8 100644
--- a/lib/autoconf/functions.m4
+++ b/lib/autoconf/functions.m4
@@ -672,7 +672,8 @@ AC_CHECK_FUNCS(setlocale)
 # We cannot check for <dwarf.h>, because Solaris 2 does not use dwarf (it
 # uses stabs), but it is still SVR4.  We cannot check for <elf.h> because
 # Irix 4.0.5F has the header but not the library.
-if test $ac_have_func = no && test "$ac_cv_lib_elf_elf_begin" = yes; then
+if test $ac_have_func = no && test "$ac_cv_lib_elf_elf_begin" = yes \
+    && test "$ac_cv_lib_kvm_kvm_open" = yes; then
   ac_have_func=yes
   AC_DEFINE(SVR4, 1, [Define to 1 on System V Release 4.])
 fi


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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