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. v2015.09.25-20-g5c2ada8


From: E-mail notifications for the Autoconf Archive git repository.
Subject: GNU Autoconf Archive branch master updated. v2015.09.25-20-g5c2ada8
Date: Thu, 17 Dec 2015 21:57:25 +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 Autoconf Archive".

The branch, master has been updated
       via  5c2ada8a24cc5bafd1c8e99ff217d7c29fa3844f (commit)
       via  fc56521c600a5cb9330daa52a093007dfe47f081 (commit)
       via  1b9f59d95f8a7050849441233f5a38d52f24a22b (commit)
       via  302201bf1bb20543c5f3336b1a913d877e7642fb (commit)
      from  433b0e37b2c3cd7aa6b4551a7824a49e06875fba (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 5c2ada8a24cc5bafd1c8e99ff217d7c29fa3844f
Merge: 1b9f59d fc56521
Author: Peter Simons <address@hidden>
Date:   Thu Dec 17 22:56:45 2015 +0100

    Merge pull request #52 from swofford/fix-ax_gcc_cpuid
    
    fix AX_GCC_X86_CPUID/AX_GCC_X86_CPUID_COUNT for 32-bit PIC compilations

commit fc56521c600a5cb9330daa52a093007dfe47f081
Author: Dave Swofford <address@hidden>
Date:   Wed Dec 16 13:14:27 2015 -0500

    fix AX_GCC_X86_CPUID/AX_GCC_X86_CPUID_COUNT for 32-bit PIC compilations
    
    The problem is that the EBX register cannot be used when position 
independent code is being generated.
    The solutions to save and restore the EBX register.  See, e.g.:
      
http://stackoverflow.com/questions/12221646/how-to-call-cpuid-instruction-in-a-mac-framework

commit 1b9f59d95f8a7050849441233f5a38d52f24a22b
Merge: 433b0e3 302201b
Author: Peter Simons <address@hidden>
Date:   Thu Dec 17 10:57:54 2015 +0100

    Merge pull request #51 from N0NB/master
    
    Fix second pass bug in _AX_WITH_CURSES_CHECKEXTRA

commit 302201bf1bb20543c5f3336b1a913d877e7642fb
Author: Nate Bargmann <address@hidden>
Date:   Wed Dec 16 15:35:25 2015 -0600

    Fix second pass bug in _AX_WITH_CURSES_CHECKEXTRA
    
    Found bug where when _AX_WITH_CURSES_CHECKEXTRA is called a second time
    on the same library, e.g. ncurses, the previous setting of
    _AX_WITH_CURSES_CHECKEXTRA_cv_var to 'yes' would be changed to 'no' just
    due to the tested header file not being available on the second pass.
    
    This was found when AX_WITH_CURSES has 'with_ncurses' set to 'yes' and
    'with_ncursesw' set to 'no' forcing _AX_WITH_CURSES_CHECKEXTRA to be
    called twice in succession since ax_cv_curses_which is set to 'ncurses'
    and the panel.h header file is tested as ncurses/panel.h and panel.h.
    
    The system in question is OpenSuSE LEAP 42.1 which installs
    /usr/include/ncurses/panel.h and not /usr/include/panel.h.

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

Summary of changes:
 m4/ax_gcc_x86_cpuid.m4     |    8 +++++---
 m4/ax_with_curses_extra.m4 |    5 +++--
 2 files changed, 8 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GNU Autoconf Archive



reply via email to

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