OTWO-1213 Works around lost encoding in Ruby/C binding layer
[ohcount] / test / detect_files / m4.m4
1 #   Sample M4 file
2
3 AC_DEFUN([SAMPLE],[
4 AC_REQUIRE([ANOTHER_SAMPLE])
5 printf "$2" >> "$1"
6 ])