X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fax_append_to_file.m4;h=6de3aa3fd6e1072a736bf82f140c3adecc8d8c42;hb=f0b6a382ea0be4c327f9968cf5d65ac1dd8bdf4c;hp=f9f54e088db1608746bfe926a7fd6b222e4ee549;hpb=d9b744aa354952e18e07d6448a4004aa0c7e5802;p=awesomized%2Flibmemcached diff --git a/m4/ax_append_to_file.m4 b/m4/ax_append_to_file.m4 index f9f54e08..6de3aa3f 100644 --- a/m4/ax_append_to_file.m4 +++ b/m4/ax_append_to_file.m4 @@ -1,5 +1,5 @@ # =========================================================================== -# http://www.gnu.org/software/autoconf-archive/ax_append_to_file.html +# https://www.gnu.org/software/autoconf-archive/ax_append_to_file.html # =========================================================================== # # SYNOPSIS @@ -19,9 +19,9 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. -#serial 8 +#serial 10 AC_DEFUN([AX_APPEND_TO_FILE],[ AC_REQUIRE([AX_FILE_ESCAPES]) -printf "$2\n" >> "$1" +printf "%s\n" "$2" >> "$1" ])