Ignore:
Timestamp:
Jan 9, 2019, 6:08:42 AM (5 years ago)
Author:
Peter
Message:

upgrade to autoconf-archive-2019.01.06 also files not used in configure.ac
Modify _YAT_AC_APPEND_TO_FILE to match changes in AX_AC_APPEND_TO_FILE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/m4/ax_ac_print_to_file.m4

    r2724 r3783  
    11# ===========================================================================
    2 #    http://www.gnu.org/software/autoconf-archive/ax_ac_print_to_file.html
     2#   https://www.gnu.org/software/autoconf-archive/ax_ac_print_to_file.html
    33# ===========================================================================
    44#
     
    2222#   warranty.
    2323
    24 #serial 8
     24#serial 10
    2525
    2626AC_DEFUN([AX_AC_PRINT_TO_FILE],[
     
    2828AC_REQUIRE([AX_FILE_ESCAPES])
    2929[
    30 printf "$2" > "$1"
     30printf "%s" "$2" > "$1"
    3131])
    3232])
Note: See TracChangeset for help on using the changeset viewer.