[ovs-git] Open vSwitch: string: Use workaround for #include_next when it is not available. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Dec 13 17:57:49 UTC 2013


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 "Open vSwitch".

The branch, master has been updated
       via  4e8575089d92a4408e4e9b1224aedb19b0f87ccd (commit)
       via  ed1be7871bb20e9fb7f44f1f546386a833b43c47 (commit)
      from  6567010fff1a07100db5853416de0fe5ccd9e99d (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 4e8575089d92a4408e4e9b1224aedb19b0f87ccd
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=4e8575089d92a4408e4e9b1224aedb19b0f87ccd
Author: Ben Pfaff <blp at nicira.com>
		
string: Use workaround for #include_next when it is not available.
		
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit ed1be7871bb20e9fb7f44f1f546386a833b43c47
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=ed1be7871bb20e9fb7f44f1f546386a833b43c47
Author: Ben Pfaff <blp at nicira.com>
		
configure: Add macros to check for #include_next and add a workaround.
		
This will be used for the #include_next in string.h in the following
commit.

Signed-off-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 Makefile.am                   |    1 +
 NOTICE                        |    5 +-
 build-aux/.gitignore          |    2 +
 configure.ac                  |    3 +
 debian/copyright.in           |   10 +-
 lib/.gitignore                |    1 +
 lib/automake.mk               |    2 +-
 lib/{string.h => string.h.in} |    4 +-
 m4/absolute-header.m4         |  102 +++++++++++++++++++
 m4/automake.mk                |   10 ++
 m4/include_next.m4            |  223 +++++++++++++++++++++++++++++++++++++++++
 m4/openvswitch.m4             |    5 +
 12 files changed, 363 insertions(+), 5 deletions(-)
 rename lib/{string.h => string.h.in} (93%)
 create mode 100644 m4/absolute-header.m4
 create mode 100644 m4/automake.mk
 create mode 100644 m4/include_next.m4


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list