X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fax_append_to_file.m4;h=f9f54e088db1608746bfe926a7fd6b222e4ee549;hb=3166705c1046e69f9c21b641120dc839f39b0e25;hp=c88affb46caf15bfe110eff9f4dda7d41e2cd997;hpb=115086e2c392e3b5cb2c6510b25a530520b435da;p=awesomized%2Flibmemcached diff --git a/m4/ax_append_to_file.m4 b/m4/ax_append_to_file.m4 index c88affb4..f9f54e08 100644 --- a/m4/ax_append_to_file.m4 +++ b/m4/ax_append_to_file.m4 @@ -19,9 +19,9 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. -#serial 7 +#serial 8 AC_DEFUN([AX_APPEND_TO_FILE],[ AC_REQUIRE([AX_FILE_ESCAPES]) -printf "$2" >> "$1" +printf "$2\n" >> "$1" ])