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-31-gfd864cb


From: E-mail notifications for the Autoconf Archive git repository.
Subject: GNU Autoconf Archive branch master updated. v2016.03.20-31-gfd864cb
Date: Tue, 10 May 2016 08:38:29 +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  fd864cb41ad922b66b144a280143f53844b39a95 (commit)
       via  d343892fbd0605a9375ff1ae0467aa320a404b12 (commit)
      from  7d324c50c927a96ac666dd12ad3501ff00c52273 (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 fd864cb41ad922b66b144a280143f53844b39a95
Merge: 7d324c5 d343892
Author: Peter Simons <address@hidden>
Date:   Tue May 10 10:37:39 2016 +0200

    Merge pull request #78 from vapier/master
    
    fix include errors w/AX_CXX_COMPILE_STDCXX_1[14]

commit d343892fbd0605a9375ff1ae0467aa320a404b12
Author: Mike Frysinger <address@hidden>
Date:   Sat May 7 19:41:40 2016 -0400

    fix include errors w/AX_CXX_COMPILE_STDCXX_1[14]
    
    The search path for `include` is the current working directory, so trying
    to include other m4 files directly only works if they live in the same dir
    as where you're running `aclocal`.  Otherwise we end up with errors like:
        $ cd lcd4linux-0.10.1-RC2
        $ aclocal
        /usr/share/aclocal/ax_cxx_compile_stdcxx_14.m4:32: file 
'ax_cxx_compile_stdcxx.m4' does not exist
    
    Use the AX_REQUIRE_DEFINED macro instead to make sure the macro we want
    exists.

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

Summary of changes:
 m4/ax_cxx_compile_stdcxx_11.m4 |    5 ++---
 m4/ax_cxx_compile_stdcxx_14.m4 |    5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
GNU Autoconf Archive



reply via email to

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