Changeset 1190


Ignore:
Timestamp:
Sep 26, 2010, 4:40:32 PM (13 years ago)
Author:
Peter Johansson
Message:

update to latest autuconf macro archive

Location:
trunk/m4
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/m4/ax_ac_print_to_file.m4

    r874 r1190  
    11# ===========================================================================
    2 #          http://autoconf-archive.cryp.to/ax_ac_print_to_file.html
     2#    http://www.gnu.org/software/autoconf-archive/ax_ac_print_to_file.html
    33# ===========================================================================
    44#
     
    1919#   Copying and distribution of this file, with or without modification, are
    2020#   permitted in any medium without royalty provided the copyright notice
    21 #   and this notice are preserved.
     21#   and this notice are preserved. This file is offered as-is, without any
     22#   warranty.
     23
     24#serial 7
    2225
    2326AC_DEFUN([AX_AC_PRINT_TO_FILE],[
     27m4_esyscmd(
    2428AC_REQUIRE([AX_FILE_ESCAPES])
    25 m4_esyscmd(
    26 AX_FILE_ESCAPES
    2729[
    2830printf "$2" > "$1"
  • trunk/m4/ax_cxx_check_flag.m4

    r1182 r1190  
    11# ===========================================================================
    2 #           http://autoconf-archive.cryp.to/ax_cxx_check_flag.html
     2#     http://www.gnu.org/software/autoconf-archive/ax_cxx_check_flag.html
    33# ===========================================================================
    44#
     
    1717#   Bogdan Drozdowski <bogdandr@op.pl> for testing and bug fixes.
    1818#
    19 # LAST MODIFICATION
    20 #
    21 #   2008-04-12
    22 #
    23 # COPYLEFT
     19# LICENSE
    2420#
    2521#   Copyright (c) 2008 Francesco Salvestrini <salvestrini@users.sourceforge.net>
     
    4743#
    4844#   This special exception to the GPL applies to versions of the Autoconf
    49 #   Macro released by the Autoconf Macro Archive. When you make and
    50 #   distribute a modified version of the Autoconf Macro, you may extend this
    51 #   special exception to the GPL to apply to your modified version as well.
     45#   Macro released by the Autoconf Archive. When you make and distribute a
     46#   modified version of the Autoconf Macro, you may extend this special
     47#   exception to the GPL to apply to your modified version as well.
     48
     49#serial 6
    5250
    5351AC_DEFUN([AX_CXX_CHECK_FLAG],[
  • trunk/m4/ax_cxxcpp_check_flag.m4

    r1182 r1190  
    11# ===========================================================================
    2 #          http://autoconf-archive.cryp.to/ax_cxxcpp_check_flag.html
     2#   http://www.gnu.org/software/autoconf-archive/ax_cxxcpp_check_flag.html
    33# ===========================================================================
    44#
     
    1717#   Bogdan Drozdowski <bogdandr@op.pl> for testing and bug fixes.
    1818#
    19 # LAST MODIFICATION
    20 #
    21 #   2008-04-12
    22 #
    23 # COPYLEFT
     19# LICENSE
    2420#
    2521#   Copyright (c) 2008 Francesco Salvestrini <salvestrini@users.sourceforge.net>
     
    4743#
    4844#   This special exception to the GPL applies to versions of the Autoconf
    49 #   Macro released by the Autoconf Macro Archive. When you make and
    50 #   distribute a modified version of the Autoconf Macro, you may extend this
    51 #   special exception to the GPL to apply to your modified version as well.
     45#   Macro released by the Autoconf Archive. When you make and distribute a
     46#   modified version of the Autoconf Macro, you may extend this special
     47#   exception to the GPL to apply to your modified version as well.
     48
     49#serial 6
    5250
    5351AC_DEFUN([AX_CXXCPP_CHECK_FLAG],[
  • trunk/m4/ax_file_escapes.m4

    r874 r1190  
    11# ===========================================================================
    2 #            http://autoconf-archive.cryp.to/ax_file_escapes.html
     2#      http://www.gnu.org/software/autoconf-archive/ax_file_escapes.html
    33# ===========================================================================
    44#
     
    1717#   Copying and distribution of this file, with or without modification, are
    1818#   permitted in any medium without royalty provided the copyright notice
    19 #   and this notice are preserved.
     19#   and this notice are preserved. This file is offered as-is, without any
     20#   warranty.
     21
     22#serial 7
    2023
    2124AC_DEFUN([AX_FILE_ESCAPES],[
  • trunk/m4/ax_ld_check_flag.m4

    r1182 r1190  
    11# ===========================================================================
    2 #            http://autoconf-archive.cryp.to/ax_ld_check_flag.html
     2#     http://www.gnu.org/software/autoconf-archive/ax_ld_check_flag.html
    33# ===========================================================================
    44#
     
    2525#   Bogdan Drozdowski <bogdandr@op.pl> for testing and bug fixes.
    2626#
    27 # LAST MODIFICATION
    28 #
    29 #   2008-04-12
    30 #
    31 # COPYLEFT
     27# LICENSE
    3228#
    3329#   Copyright (c) 2008 Francesco Salvestrini <salvestrini@users.sourceforge.net>
     
    5551#
    5652#   This special exception to the GPL applies to versions of the Autoconf
    57 #   Macro released by the Autoconf Macro Archive. When you make and
    58 #   distribute a modified version of the Autoconf Macro, you may extend this
    59 #   special exception to the GPL to apply to your modified version as well.
     53#   Macro released by the Autoconf Archive. When you make and distribute a
     54#   modified version of the Autoconf Macro, you may extend this special
     55#   exception to the GPL to apply to your modified version as well.
     56
     57#serial 6
    6058
    6159AC_DEFUN([AX_LD_CHECK_FLAG],[
Note: See TracChangeset for help on using the changeset viewer.