commit-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Inetutils branch, master, updated. inetutils-1_8-163-gd225085


From: Alfred M. Szmidt
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_8-163-gd225085
Date: Sat, 19 Nov 2011 14:08: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 Inetutils ".

The branch, master has been updated
       via  d225085e2dab694dd54eecda48449e2104c5b008 (commit)
      from  75d1a604ca9ac9adae670ede5a5a3beeb72b8ce4 (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=d225085e2dab694dd54eecda48449e2104c5b008


commit d225085e2dab694dd54eecda48449e2104c5b008
Author: Alfred M. Szmidt <address@hidden>
Date:   Sat Nov 19 15:07:56 2011 +0100

    configure.ac: Add check for IPV6_2292HOPLIMIT.

diff --git a/ChangeLog b/ChangeLog
index ec9669a..216dcbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2011-11-19  Alfred M. Szmidt  <address@hidden>
 
+       * configure.ac: Add check for IPV6_2292HOPLIMIT.
+
+2011-11-19  Alfred M. Szmidt  <address@hidden>
+
        * cfg.mk (sc_unsigned_char, sc_unsigned_long): New targets.
 
 2011-11-19  Mats Erik Andersson <address@hidden>
diff --git a/configure.ac b/configure.ac
index e1fd73a..421bda6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -367,6 +367,10 @@ else
   if test "X$working_icmp6" = "Xyes"; then
     IU_CHECK_MACRO(IPV6_RECVHOPLIMIT, [#include <netinet/in.h>], ,
                   [have_recvhoplimt=yes], [have_recvhoplimt=no])
+    IU_CHECK_MACRO(IPV6_2292HOPLIMIT, [#include <netinet/in.h>], , [
+      AC_DEFINE([IPV6_HOPLIMIT], IPV6_2292HOPLIMIT,
+                [Define to IPV6_HOPLIMIT if not available])
+    ], [working_icmp6=no])
     if test "X$have_recvhoplimt" = "Xno"; then
       IU_CHECK_MACRO(IPV6_HOPLIMIT, [#include <netinet/in.h>], , [
         AC_DEFINE([IPV6_RECVHOPLIMIT], IPV6_HOPLIMIT,

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

Summary of changes:
 ChangeLog    |    4 ++++
 configure.ac |    4 ++++
 2 files changed, 8 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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