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

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

Autoconf Archive branch, master, updated. v2012.11.14-10-gbfd84f5


From: Receive an e-mail notifications whenever the Git repository changes.
Subject: Autoconf Archive branch, master, updated. v2012.11.14-10-gbfd84f5
Date: Sat, 5 Jan 2013 07:00:21 +0100

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

The branch, master has been updated
       via  bfd84f5fc7561eb140323507dbd077796df17316 (commit)
       via  0b7e53359e921cf116d44bd3942269d46cf0fc27 (commit)
       via  2fb15701f233e21bbb95f7a55d3827b806ab5528 (commit)
       via  e5411ec838013c8fa0e6460d50cfc8c96c818150 (commit)
       via  400ee9fe6ce1a50d655d716f070fc37568094c29 (commit)
       via  763c8afd3c5b13daf28da37e897784077db77afd (commit)
       via  b4fa73ca56882a92373db85b9693d7e1761e75ce (commit)
       via  c32c11adea6965c10db2d61699fee1768486f3d8 (commit)
       via  eb3e5e296c4cc11c6dd966d0e31f4f8e14d9fe91 (commit)
      from  cbc823484feccd4ff11261f242ac40d8ecce9de0 (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 bfd84f5fc7561eb140323507dbd077796df17316
Author: Peter Simons <address@hidden>
Date:   Fri Jan 4 18:17:38 2013 +0100

    NEWS: prefer http URLs over https for sake of consistency

commit 0b7e53359e921cf116d44bd3942269d46cf0fc27
Author: Daniel Trebbien <address@hidden>
Date:   Thu Nov 22 18:06:02 2012 -0500

    AX_OPENMP: fix Mac OS X support
    
    The macro was failing to detect the OpenMP flags for g++ on Mac OS 10.7 
because
    the AC_TRY_LINK test program was failing to link:
    
      Undefined symbols for architecture x86_64:
        "_gomp_thread_attr", referenced from:
            _initialize_env in libgomp.a(env.o)
      ld: symbol(s) not found for architecture x86_64
      collect2: ld returned 1 exit status
    
    As explained at [1], without resorting to a non-portable hack, the test 
program
    needs to actually use an OMP pragma.
    
    [1] 
http://stackoverflow.com/questions/8983038/linker-errors-after-enabling-openmp-on-mac

commit 2fb15701f233e21bbb95f7a55d3827b806ab5528
Author: Peter Simons <address@hidden>
Date:   Fri Jan 4 18:12:19 2013 +0100

    gen-authors.sh: handle Thierry Reding properly

commit e5411ec838013c8fa0e6460d50cfc8c96c818150
Author: Thierry Reding <address@hidden>
Date:   Wed Nov 21 11:15:13 2012 +0100

    AX_PROG_CXX_FOR_BUILD: Initial version
    
    Add an AX_PROG_CXX_FOR_BUILD macro based on AX_PROG_CC_FOR_BUILD that
    tries to detect the C++ compiler to use for the build host when cross-
    compiling.
    
    Signed-off-by: Thierry Reding <address@hidden>

commit 400ee9fe6ce1a50d655d716f070fc37568094c29
Author: Peter Simons <address@hidden>
Date:   Fri Jan 4 18:07:48 2013 +0100

    NEWS: update after recent changes

commit 763c8afd3c5b13daf28da37e897784077db77afd
Author: Thierry Reding <address@hidden>
Date:   Wed Nov 21 10:41:13 2012 +0100

    Unbreak AX_PROG_CC_FOR_BUILD
    
    Instead of pushing the cross_compiling and ac_tool_prefix definitions,
    override them by assignment. Pushing the definition will cause the
    variable names to be replaced instead of the content.
    
    While at it, remove the AC_TRY_COMPILER redefinition as it was removed
    in autoconf 2.50. Also push LDFLAGS to prevent flags specific to the
    host tools from leaking into the build tools. Furthermore, consistently
    pop definitions in the reverse order than they were pushed.
    
    Signed-off-by: Thierry Reding <address@hidden>

commit b4fa73ca56882a92373db85b9693d7e1761e75ce
Author: Peter Simons <address@hidden>
Date:   Fri Jan 4 18:02:14 2013 +0100

    AX_PYTHON: bump serial number and document changes in NEWS file

commit c32c11adea6965c10db2d61699fee1768486f3d8
Author: Gilles Espinasse <address@hidden>
Date:   Tue Dec 4 11:04:24 2012 +0100

    Add code for testing more recent python versions
    
    Signed-off-by: Gilles Espinasse <address@hidden>

commit eb3e5e296c4cc11c6dd966d0e31f4f8e14d9fe91
Author: Gilles Espinasse <address@hidden>
Date:   Tue Dec 4 10:49:59 2012 +0100

    Fix python detection
    
    Signed-off-by: Gilles Espinasse <address@hidden>
    
    I saw that on libnl-3.2.12
    checking for python build information...
    checking for python2.6... python2.6
    checking for main in -lpython2.6... yes
    checking python2.6/Python.h usability... yes
    checking python2.6/Python.h presence... yes
    checking for python2.6/Python.h... yes
    ./configure: line 12065: test: !=: unary operator expected
    checking for python2.5... (cached) python2.6
    checking for main in -lpython2.6... (cached) yes
    checking for python2.6/Python.h... (cached) yes
    ./configure: line 12065: test: !=: unary operator expected
    checking for python2.4... (cached) python2.6
    checking for main in -lpython2.6... (cached) yes
    checking for python2.6/Python.h... (cached) yes
    ./configure: line 12065: test: !=: unary operator expected
    checking for python2.3... (cached) python2.6
    checking for main in -lpython2.6... (cached) yes
    checking for python2.6/Python.h... (cached) yes
    ./configure: line 12065: test: !=: unary operator expected
    checking for python2.2... (cached) python2.6
    checking for main in -lpython2.6... (cached) yes
    checking for python2.6/Python.h... (cached) yes
    ./configure: line 12065: test: !=: unary operator expected
    checking for python2.1... (cached) python2.6
    checking for main in -lpython2.6... (cached) yes
    checking for python2.6/Python.h... (cached) yes
    ./configure: line 12065: test: !=: unary operator expected
    checking for python... (cached) python2.6
    checking for main in -lpython2.6... (cached) yes
    checking for python2.6/Python.h... (cached) yes
    ./configure: line 12065: test: !=: unary operator expected
      results of the Python check:
        Binary:      python2.6
        Library:     python2.6
        Include Dir: no

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

Summary of changes:
 NEWS                        |   17 ++++++-
 cfg.mk                      |    2 +-
 gen-authors.sh              |    1 +
 m4/ax_openmp.m4             |   16 +++++-
 m4/ax_prog_cc_for_build.m4  |   44 +++++------------
 m4/ax_prog_cxx_for_build.m4 |  110 +++++++++++++++++++++++++++++++++++++++++++
 m4/ax_python.m4             |    8 ++--
 7 files changed, 157 insertions(+), 41 deletions(-)
 create mode 100644 m4/ax_prog_cxx_for_build.m4


hooks/post-receive
-- 
Autoconf Archive



reply via email to

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