summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBrian Aker <brian@tangent.org>2013-05-01 22:16:42 -0400
committerBrian Aker <brian@tangent.org>2013-05-01 22:16:42 -0400
commitd9b744aa354952e18e07d6448a4004aa0c7e5802 (patch)
treec0233521bbb45898c6428ceeb1f6b33adafbdba8 /m4
parent93370493c90a17f99a58eb31b2d671255e351969 (diff)
downloadlibmemcached-d9b744aa354952e18e07d6448a4004aa0c7e5802.tar.gz
Refactor memcapable test. Update m4 for append file.
Diffstat (limited to 'm4')
-rw-r--r--m4/ax_append_to_file.m44
1 files changed, 2 insertions, 2 deletions
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"
])