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.07.06-38-gf9ff426


From: autoconf-archive-commits
Subject: Autoconf Archive branch, master, updated. v2010.07.06-38-gf9ff426
Date: Sat, 25 Sep 2010 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  f9ff4263e8acf5cd21ecd823bc85c82e30bbe2a0 (commit)
       via  f4fa3496237868e4a27506d226803afb0d45d7e2 (commit)
       via  411a8128342d9cd9f2ba4ab6fd88843ba90bbf3f (commit)
       via  0d80193e96124d3add33ecbf22a5d05e2823ec84 (commit)
       via  c69bae34a01e41021a21c4c33e632422992fd856 (commit)
       via  624f8c562edaf56a99e058c9ecd23d1b28d35d18 (commit)
       via  40fc6f60ec0e0c8ea6b78291a9bcf684d03ccca0 (commit)
       via  851ec7d0cadd438aa2af29579934995589205088 (commit)
      from  97bd5565edb43590ea0e274f9079efb79fe9b170 (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 f9ff4263e8acf5cd21ecd823bc85c82e30bbe2a0
Author: Václav Haisman <address@hidden>
Date:   Fri Sep 24 21:15:43 2010 +0200

    AX_COMPILER_VENDOR: adding support for Clang compiler

commit f4fa3496237868e4a27506d226803afb0d45d7e2
Author: Jaroslav Hajek <address@hidden>
Date:   Tue Sep 21 07:22:24 2010 +0200

    AX_BLAS: avoid caching issues

commit 411a8128342d9cd9f2ba4ab6fd88843ba90bbf3f
Author: Peter Simons <address@hidden>
Date:   Fri Sep 24 20:42:26 2010 +0200

    Updated NEWS file, bumped serial numbers after recent changes, and remedied 
minor cosmetic issues.

commit 0d80193e96124d3add33ecbf22a5d05e2823ec84
Author: Jim Meyering <address@hidden>
Date:   Fri Sep 24 11:35:21 2010 +0200

    build: m4-quote use of AC_LANG_PROGRAM to avoid warning from new autoconf
    
    Using autoconf-2.68 would evoke many new warnings like this:
    
      configure.ac:78: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call 
detected in body
      ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
      ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
      ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
      ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
      ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
      ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
      ax/ax_boost_thread.m4:35: AX_BOOST_THREAD is expanded from...
      configure.ac:78: the top level
    
    Autoconf was unable to detect the existing use of AC_LANG_SOURCE
    because it was underquoted.  Fix that.

commit c69bae34a01e41021a21c4c33e632422992fd856
Author: Jim Meyering <address@hidden>
Date:   Fri Sep 24 11:39:44 2010 +0200

    replace TAB SP{8} by TAB TAB, repeatedly

commit 624f8c562edaf56a99e058c9ecd23d1b28d35d18
Author: Jim Meyering <address@hidden>
Date:   Fri Sep 24 10:58:57 2010 +0200

    replace SP*-TAB by TAB, now that we know there are fewer than 8 SP
    
    git grep -l '       '|xargs perl -pi -e 's/ +\t/\t/'

commit 40fc6f60ec0e0c8ea6b78291a9bcf684d03ccca0
Author: Jim Meyering <address@hidden>
Date:   Fri Sep 24 10:56:55 2010 +0200

    change SP-TAB inside a [...] expression to TAB-SP
    
    git grep -l '\[     .*\]' \
      | xargs perl -pi -e 's/\[ \t([^]]*\])/[\t $1/g'

commit 851ec7d0cadd438aa2af29579934995589205088
Author: Jim Meyering <address@hidden>
Date:   Fri Sep 24 10:53:28 2010 +0200

    replace SP{8}TAB by TABTAB

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

Summary of changes:
 NEWS                               |   13 +++++++++++
 m4/ax_arg_with_path_style.m4       |   18 +++++++-------
 m4/ax_blas.m4                      |   12 ++++++---
 m4/ax_boost_asio.m4                |   12 +++++-----
 m4/ax_boost_date_time.m4           |   14 ++++++------
 m4/ax_boost_filesystem.m4          |   18 +++++++-------
 m4/ax_boost_iostreams.m4           |   16 ++++++------
 m4/ax_boost_program_options.m4     |   16 ++++++------
 m4/ax_boost_python.m4              |    8 +++---
 m4/ax_boost_regex.m4               |   14 ++++++------
 m4/ax_boost_serialization.m4       |   14 ++++++------
 m4/ax_boost_signals.m4             |   14 ++++++------
 m4/ax_boost_system.m4              |   14 ++++++------
 m4/ax_boost_test_exec_monitor.m4   |   18 +++++++-------
 m4/ax_boost_thread.m4              |   18 +++++++-------
 m4/ax_boost_unit_test_framework.m4 |   20 ++++++++--------
 m4/ax_boost_wave.m4                |   14 ++++++------
 m4/ax_boost_wserialization.m4      |   14 ++++++------
 m4/ax_c_ifdef.m4                   |    4 +-
 m4/ax_cc_for_build.m4              |    4 +-
 m4/ax_cc_maxopt.m4                 |    4 +-
 m4/ax_compiler_vendor.m4           |    4 +-
 m4/ax_cond_with_level.m4           |   42 ++++++++++++++++++------------------
 m4/ax_cvs.m4                       |   38 ++++++++++++++++----------------
 m4/ax_dist_msi.m4                  |   10 ++++----
 m4/ax_dist_rpm.m4                  |   38 ++++++++++++++++----------------
 m4/ax_enable_builddir.m4           |    4 +-
 m4/ax_gcc_option.m4                |   10 ++++----
 m4/ax_install_files.m4             |    8 +++---
 m4/ax_lib_gcrypt.m4                |    4 +-
 m4/ax_llvm.m4                      |   14 ++++++------
 m4/ax_lua.m4                       |    6 ++--
 m4/ax_prog_cc_char_subscripts.m4   |   20 ++++++++--------
 m4/ax_pthread.m4                   |    6 ++--
 m4/ax_python_devel.m4              |   10 ++++----
 m4/ax_set_default_paths_system.m4  |   10 ++++----
 m4/ax_spec_file.m4                 |   26 +++++++++++-----------
 m4/ax_sys_perlsharpbang.m4         |   18 +++++++-------
 38 files changed, 282 insertions(+), 265 deletions(-)


hooks/post-receive
-- 
Autoconf Archive



reply via email to

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