~drizzle-trunk/drizzle/7.2

« back to all changes in this revision

Viewing changes to m4/ax_append_to_file.m4

  • Committer: Continuous Integration
  • Date: 2013-04-27 20:03:58 UTC
  • mfrom: (2633.1.11 drizzle-7.2)
  • Revision ID: ci@drizzle.org-20130427200358-77r6140iqb0orc1o
Merge lp:~brianaker/drizzle/update-bootstrap-april-20113/ Build: jenkins-Drizzle-Builder-192

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#   and this notice are preserved. This file is offered as-is, without any
20
20
#   warranty.
21
21
 
22
 
#serial 7
 
22
#serial 8
23
23
 
24
24
AC_DEFUN([AX_APPEND_TO_FILE],[
25
25
AC_REQUIRE([AX_FILE_ESCAPES])
26
 
printf "$2" >> "$1"
 
26
printf "$2\n" >> "$1"
27
27
])