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

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

Autoconf Archive branch, master, updated. v2011.07.17-2-g61c0c24


From: Receive an e-mail notifications whenever the Git repository changes.
Subject: Autoconf Archive branch, master, updated. v2011.07.17-2-g61c0c24
Date: Fri, 29 Jul 2011 07:00:16 +0200

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  61c0c244e11d22ed5dc9a03895771309a515e482 (commit)
      from  d5f44341d6f9c5fd18377629a64d1adedb8ecdf2 (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 61c0c244e11d22ed5dc9a03895771309a515e482
Author: John Zaitseff <address@hidden>
Date:   Thu Jul 28 19:20:58 2011 +0200

    AX_WITH_CURSES: major re-write
    
    I re-wrote the AX_WITH_CURSES macro, and added the macros 
AX_WITH_CURSES_PANEL,
    AX_WITH_CURSES_MENU, and AX_WITH_CURSES_FORM for the following reasons:
    
     - The checks are far more rigorous and now work with many more systems. In
       particular, Debian Sid, Debian 6.0 (Squeeze), Ubuntu 11.04 (Natty), 
Ubuntu
       10.04 (Lucid), Fedora 15, FreeBSD 8.2 and Cygwin have all been confirmed 
as
       working.
    
     - The old version required Ncurses to be present even when linking with
       NcursesW. This has been fixed.
    
     - Multiple header filenames are checked for each library as these seem to 
be
       different in every system. The old version did not do these checks and 
hence
       failed on many systems (eg, FreeBSD and Cygwin).
    
     - A number of feature checks have been added: X/Open Enhanced functionality
       checks, colour function checks, obsolete function checks, etc.
    
     - The additional macros check for auxiliary libraries associated with 
Curses:
       Panel, Menu and Form, again with checks against NcursesW, Ncurses and 
plain
       Curses.
    
     - Extensive documentation has been added, particularly useful for the 
beginner
       (ie, exactly what needs to be put where for a working Curses check).

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

Summary of changes:
 NEWS                       |    4 +
 m4/ax_with_curses.m4       |  542 ++++++++++++++++++++++++++++++++++++++------
 m4/ax_with_curses_extra.m4 |  231 +++++++++++++++++++
 3 files changed, 704 insertions(+), 73 deletions(-)
 create mode 100644 m4/ax_with_curses_extra.m4


hooks/post-receive
-- 
Autoconf Archive



reply via email to

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