autoconf-archive-commits
[Top][All Lists]
Advanced

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

GNU Autoconf Archive branch master updated. v2016.03.20-48-g201f281


From: E-mail notifications for the Autoconf Archive git repository.
Subject: GNU Autoconf Archive branch master updated. v2016.03.20-48-g201f281
Date: Wed, 15 Jun 2016 19:41:23 +0000 (UTC)

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 Archive".

The branch, master has been updated
       via  201f2813564103cdf4f49e222bff46e15b3b7cea (commit)
       via  1ae88bec875746ec5b44def0af6e9f2b96d62d2c (commit)
       via  7714d8fb509e7ef1b9e7142a8dc319e9948feb18 (commit)
      from  982dbb104f5d5643f4312d516c4d29989433dc2f (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 201f2813564103cdf4f49e222bff46e15b3b7cea
Merge: 982dbb1 1ae88be
Author: Peter Simons <address@hidden>
Date:   Wed Jun 15 21:40:51 2016 +0200

    Merge pull request #81 from olaf-mandel/ax_check_open62541
    
    Add AX_CHECK_OPEN62541_{H,LIB} macros

commit 1ae88bec875746ec5b44def0af6e9f2b96d62d2c
Author: Olaf Mandel <address@hidden>
Date:   Wed Jun 15 20:27:48 2016 +0200

    Refactor open62541 macros into separate files
    
    Split the macros from the ax_check_open62541.m4 file into multiple
    files and rename them:
    
    AX_CHECK_OPEN62541_H()   -> AX_OPEN62541_CHECK_H()
    AX_CHECK_OPEN62541_LIB() -> AX_OPEN62541_CHECK_LIB()
    
    And add the new AX_OPEN62541_PATH(), which containes the shared
    functionality previously handled by both old AX_CHECK_* macros.
    
    Also add a forgotten feature promissed in the documentation: the
    --with-open62541-shared and --with-open62541-static options can be
    used to change the order in which the libraries are searched for.

commit 7714d8fb509e7ef1b9e7142a8dc319e9948feb18
Author: Olaf Mandel <address@hidden>
Date:   Tue Jun 14 21:26:45 2016 +0200

    Add AX_CHECK_OPEN62541_{H,LIB} macros
    
    These macros search for the header and library files for the open62541
    library [1]. Support both the amalgamation header and the individual
    header file layout. Support both the shared and static library, searched
    for in a configurable order. Support for adding the library source
    directory and the build directory to the search path if the library is
    not installed on the system.
    
    [1]: <http://open62541.org/>

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

Summary of changes:
 m4/ax_open62541_check_h.m4   |  106 ++++++++++++++++++++++++++++++++++++++++++
 m4/ax_open62541_check_lib.m4 |  100 +++++++++++++++++++++++++++++++++++++++
 m4/ax_open62541_path.m4      |   87 ++++++++++++++++++++++++++++++++++
 3 files changed, 293 insertions(+)
 create mode 100644 m4/ax_open62541_check_h.m4
 create mode 100644 m4/ax_open62541_check_lib.m4
 create mode 100644 m4/ax_open62541_path.m4


hooks/post-receive
-- 
GNU Autoconf Archive



reply via email to

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