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

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

Autoconf Archive branch, master, updated. v2010.06.04-1-gc17b633


From: autoconf-archive-commits
Subject: Autoconf Archive branch, master, updated. v2010.06.04-1-gc17b633
Date: Sat, 5 Jun 2010 07:00:20 +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  c17b6339a5c5f9f3007edd70b4e7683036f79985 (commit)
       via  a4b5c3132e68928f02354ec06ccda28bd63de4e4 (commit)
       via  79ca020bb69edbd3a0d9c4379eb9e5eed8207a32 (commit)
       via  bab06625aded948dcb080b3a5ade98c8e6fa3db4 (commit)
       via  ac264b88c0b58c369b72c4d0f6ad1edef370ab10 (commit)
       via  221684d18b339c3ccb4eb0f438041a7ebb422307 (commit)
       via  d5b2a88b2e212d447ac8e783bbbdde70eb079adc (commit)
       via  53afa976c7c1a3a513f03adbaf28762db97f03b2 (commit)
       via  6c8ec701e5616040b52edc64c3ba2874f8a0477b (commit)
       via  1295de346f9422d2033341337014dd637ecf3b8b (commit)
      from  f60e1cfe1e7653dc11b43415eacee5facb7a7b48 (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 c17b6339a5c5f9f3007edd70b4e7683036f79985
Author: Peter Simons <address@hidden>
Date:   Fri Jun 4 14:39:39 2010 +0200

    post-release administrivia
    
    * NEWS: Add header line for next release.
    * .prev-version: Record previous version.
    * cfg.mk (old_NEWS_hash): Auto-update.

commit a4b5c3132e68928f02354ec06ccda28bd63de4e4
Author: Peter Simons <address@hidden>
Date:   Fri Jun 4 14:29:39 2010 +0200

    bootstrap.sh: bugfix the 'news-check' target that doesn't work correctly 
with our NEWS file

commit 79ca020bb69edbd3a0d9c4379eb9e5eed8207a32
Author: Peter Simons <address@hidden>
Date:   Fri Jun 4 14:25:57 2010 +0200

    bootstrap.sh: disable QA tests 'sc_prohibit_always_true_header_tests' and 
'sc_prohibit_test_minus_ao' from gnulib
    
    These tests fail:
    
     * prohibit_always_true_header_tests
    
       m4/ax_check_off64_t.m4:35:#ifdef HAVE_UNISTD_H
       m4/ax_check_off64_t.m4:46:#ifdef HAVE_UNISTD_H
       m4/ax_check_page_aligned_malloc.m4:47:#if HAVE_UNISTD_H
       m4/ax_check_sign.m4:24:#     #ifdef HAVE_WCHAR_H
       m4/ax_compile_check_sizeof.m4:38:#     headers='#ifdef HAVE_STDDEF_H
       m4/ax_compile_check_sizeof.m4:41:#     #ifdef HAVE_UNISTD_H
       m4/ax_create_stdint_h.m4:41:#   file will include it directly. No need 
for fuzzy HAVE_STDINT_H things...
       m4/ax_create_stdint_h.m4:287:#if defined HAVE_STDINT_H || defined 
_STDINT_HAVE_STDINT_H
       m4/ax_decl_wchar_max.m4:31:#ifdef HAVE_WCHAR_H
       m4/ax_decl_wchar_max.m4:41:#ifdef HAVE_WCHAR_H
       m4/ax_define_integer_bits.m4:30:#     #if HAVE_INTTYPES_H
       m4/ax_define_integer_bits.m4:33:#     # if HAVE_STDINT_H
       m4/ax_func_accept_argtypes.m4:70:#ifdef HAVE_SYS_SOCKET_H
       m4/ax_func_fork.m4:56:#ifdef HAVE_SYS_WAIT_H
       m4/ax_func_fork.m4:59:#ifdef HAVE_UNISTD_H
       m4/ax_func_mkdir.m4:70:#if HAVE_UNISTD_H
       m4/ax_wint_t.m4:39:   #if HAVE_WCHAR_H
       maint.mk: do not test the above HAVE_<header>_H symbol(s);\n  with the 
corresponding gnulib module, they are always true
    
     * prohibit_test_minus_ao:
    
       m4/ax_boost_base.m4:187:                    if test "$V_CHECK" = "1" -a 
"$ac_boost_lib_path" = "" ; then
       m4/ax_check_docbook_dtd.m4:88:            if test "$?" = 0 -o "$?" = 5; 
then
       m4/ax_check_gl.m4:119:AS_IF([test "X$ax_cv_check_gl_libgl" = Xno -a 
"X$no_x" = Xyes],
       m4/ax_check_glut.m4:100:AS_IF([test "X$ax_cv_check_glut_libglut" = Xno 
-a "X$no_x" = Xyes],
       m4/ax_check_zlib.m4:104:        if test "$zlib_cv_libz" = "yes" -a 
"$zlib_cv_zlib_h" = "yes"
       m4/ax_count_cpus.m4:34:    if test -x /usr/sbin/sysctl -a `/sbin/sysctl 
-a 2>/dev/null| grep -c hw.cpu`; then
       m4/ax_count_cpus.m4:39:    if test "x$CPU_COUNT" = "x0" -a -e 
/proc/cpuinfo; then
       m4/ax_f90_module_extension.m4:32:while test \( -f tmpdir_$i \) -o \( -d 
tmpdir_$i \) ; do
       m4/ax_f90_module_flag.m4:34:while test \( -f tmpdir_$i \) -o \( -d 
tmpdir_$i \) ; do
       m4/ax_gcc_archflag.m4:189:if test "x$ax_gcc_arch" != x -a 
"x$ax_gcc_arch" != xno; then
       m4/ax_lib_beecrypt.m4:51:  if test "$ac_with_beecrypt" = "yes" -o 
"$ac_with_beecrypt" = "auto" ; then
       m4/ax_lib_beecrypt.m4:71:    if test "$ac_with_beecrypt" = "yes" -a 
"x$HAVE_BEECRYPT" = "x" ; then
       m4/ax_lib_crypto.m4:53:  if test "$ac_with_crypto" = "yes" -o 
"$ac_with_crypto" = "auto" ; then
       m4/ax_lib_crypto.m4:81:    if test "$ac_with_crypto" = "yes" -a 
"x$HAVE_CRYPTO" = "x" ; then
       m4/ax_lib_expat.m4:114:        if test -n "$expat_include_dir" -a -n 
"$expat_lib_flags"; then
       m4/ax_lib_expat.m4:196:        if test "$expat_header_found" = "yes" -a 
"$expat_lib_found" = "yes"; then
       m4/ax_lib_gcrypt.m4:60:  if test "$ac_with_gcrypt" = "yes" -o 
"$ac_with_gcrypt" = "auto" ; then
       m4/ax_lib_hdf5.m4:79:    if test -z "$H5CC" -o test; then
       m4/ax_lib_libkml.m4:117:        if test -n "$libkml_include_dir" -a -n 
"$libkml_lib_flags"; then
       m4/ax_lib_libkml.m4:198:        if test "$libkml_header_found" = "yes" 
-a "$libkml_lib_found" = "yes"; then
       m4/ax_lib_metis.m4:101:                  if test "$metis_lib" = "yes" -a 
"$metis_h" = "yes" ; then
       m4/ax_lib_mysql.m4:77:        if test -z "$MYSQL_CONFIG" -o test; then
       m4/ax_lib_mysql.m4:107:    if test "$found_mysql" = "yes" -a -n 
"$mysql_version_req"; then
       m4/ax_lib_nettle.m4:52:  if test "$ax_with_nettle" = "yes" -o 
"$ax_with_nettle" = "auto" ; then
       m4/ax_lib_nettle.m4:76:    if test "$ax_with_nettle" = "yes" -a 
"x$HAVE_NETTLE" = "x" ; then
       m4/ax_lib_oracle_oci.m4:106:        if test "$oracle_home_dir" != "no" 
-a "$oracle_home_dir" != "yes"; then
       m4/ax_lib_oracle_oci.m4:121:    elif test -n "$oracle_home_include_dir" 
-o -n "$oracle_home_lib_dir"; then
       m4/ax_lib_oracle_oci.m4:123:        if test "$oracle_home_include_dir" 
!= "no" -a "$oracle_home_include_dir" != "yes"; then
       m4/ax_lib_oracle_oci.m4:129:        if test "$oracle_home_lib_dir" != 
"no" -a "$oracle_home_lib_dir" != "yes"; then
       m4/ax_lib_oracle_oci.m4:145:    if test -n "$oracle_include_dir" -a -n 
"$oracle_lib_dir"; then
       m4/ax_lib_oracle_oci.m4:237:    if test "$oci_header_found" = "yes" -a 
"$oci_lib_found" = "yes" -a \
       m4/ax_lib_oracle_oci.m4:252:        if test -n "$oracle_version_major" 
-a -n $"oracle_version_minor"; then
       m4/ax_lib_oracle_oci.m4:297:    if test "$oci_header_found" = "yes" -a 
"$oci_lib_found" = "yes"; then
       m4/ax_lib_postgresql.m4:78:        if test -z "$PG_CONFIG" -o test; then
       m4/ax_lib_postgresql.m4:114:    if test "$found_postgresql" = "yes" -a 
-n "$postgresql_version_req"; then
       m4/ax_lib_xalan.m4:118:        if test -n "$xalan_include_dir" -a -n 
"$xalan_lib_flags"; then
       m4/ax_lib_xalan.m4:213:        if test "$xalan_header_found" = "yes" -a 
"$xalan_lib_found" = "yes"; then
       m4/ax_lib_xerces.m4:116:        if test -n "$xerces_include_dir" -a -n 
"$xerces_lib_flags"; then
       m4/ax_lib_xerces.m4:209:        if test "$xerces_header_found" = "yes" 
-a "$xerces_lib_found" = "yes"; then
       m4/ax_lib_xml_security.m4:116:     if test -n 
"$xml_security_include_dir" -a -n "$xml_security_lib_flags"; then
       m4/ax_lib_xml_security.m4:201:    if test x"$xml_security_header_found" 
= x"yes" -a x"$xml_security_lib_found" = x"yes"; then
       m4/ax_lua.m4:128:    if test $lua_version -ge "$lua_min_version" -a 
$lua_version -lt "$lua_max_version"; then
       m4/ax_perl_module_version.m4:66:   if test $? -eq 0 -o $? -eq 1 ; then
       m4/ax_pkg_mico.m4:105:if test x$MICO_URGENCY = xrequired -o  
x$MICO_URGENCY = xoptional; then
       m4/ax_prog_apache.m4:142:      if test "$APACHE_MAJOR" -lt 
"$APACHE_REQUEST_MAJOR" -o "$APACHE_MINOR" -lt "$APACHE_REQUEST_MINOR" ; then
       m4/ax_prog_xsltproc.m4:84:if test "$ac_with_xsltproc" = "yes" -o 
"$ac_with_xsltproc" = "maybe"; then
       m4/ax_python_devel.m4:226:               if test -n "$ac_python_libdir" 
-a -n "$ac_python_library" \
       m4/ax_with_curses.m4:70:   if test ! "$CURSES_LIB" -a "$with_ncurses" != 
no -a "$with_ncursesw" != "no"
       m4/ax_with_curses.m4:89:   if test ! "$CURSES_LIB" -a "$with_ncurses" != 
no -a "$with_ncursesw" != yes
       m4/ax_with_curses.m4:104:   if test "$ax_cv_curses" != yes -a 
"$with_ncurses" != yes -a "$with_ncursesw" != yes
       m4/ax_with_dmalloc.m4:41:if test "$withval" = "" -o "$withval" = "yes"; 
then
       m4/ax_with_prog.m4:50:            AS_IF([test "$withval" != yes -a 
"$withval" != no],[
       maint.mk: use "test C1 && test C2", not "test C1 -a C2"; use "test C1 || 
test C2", not "test C1 -o C2"

commit bab06625aded948dcb080b3a5ade98c8e6fa3db4
Author: Peter Simons <address@hidden>
Date:   Fri Jun 4 14:23:03 2010 +0200

    AX_CHECK_ZLIB: dropped trailing white space

commit ac264b88c0b58c369b72c4d0f6ad1edef370ab10
Author: Peter Simons <address@hidden>
Date:   Fri Jun 4 14:18:18 2010 +0200

    bootstrap.sh: disable 'sc_prohibit_always-defined_macros' QA test from 
gnulib

commit 221684d18b339c3ccb4eb0f438041a7ebb422307
Author: Peter Simons <address@hidden>
Date:   Fri Jun 4 14:15:33 2010 +0200

    bootstrap.sh: disable 'sc_error_message_uppercase' QA test from gnulib
    
    The test fails here:
    
     m4/ax_cxx_verbose_terminate_handler.m4:46:      [throw 
std::runtime_error("Test of unhandled exception AABBCCDDEE");])],

commit d5b2a88b2e212d447ac8e783bbbdde70eb079adc
Author: Peter Simons <address@hidden>
Date:   Fri Jun 4 14:07:53 2010 +0200

    macro.py: dropped computation of the obsolete m4header variable
    
    It's not used anywhere anymore.

commit 53afa976c7c1a3a513f03adbaf28762db97f03b2
Author: Peter Simons <address@hidden>
Date:   Fri Jun 4 14:00:50 2010 +0200

    AX_CHECK_OPENSSL: minor cosmetic change to unbreak the gen-authors.sh script

commit 6c8ec701e5616040b52edc64c3ba2874f8a0477b
Author: Peter Simons <address@hidden>
Date:   Fri Jun 4 13:55:26 2010 +0200

    NEWS, README: updated version numbers for the upcoming 2010.06.04 release

commit 1295de346f9422d2033341337014dd637ecf3b8b
Author: Peter Simons <address@hidden>
Date:   Fri Jun 4 13:53:34 2010 +0200

    cfg.mk: updated URLs to refer to savannah.gnu.org rather than 
savannah.nongnu.org

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

Summary of changes:
 .prev-version          |    2 +-
 NEWS                   |    2 ++
 README                 |   26 +++++++++++++-------------
 TODO                   |    8 ++++++--
 bootstrap.sh           |    5 +++++
 cfg.mk                 |    8 ++++----
 m4/ax_check_openssl.m4 |    6 +++---
 m4/ax_check_zlib.m4    |    4 ++--
 macro.py               |    5 -----
 9 files changed, 36 insertions(+), 30 deletions(-)


hooks/post-receive
-- 
Autoconf Archive



reply via email to

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