1 # ===========================================================================
2 # http://www.gnu.org/software/autoconf-archive/ax_print_to_file.html
3 # ===========================================================================
7 # AX_PRINT_TO_FILE([FILE],[DATA])
11 # Writes the specified data to the specified file.
15 # Copyright (c) 2008 Tom Howard <tomhoward@users.sf.net>
17 # Copying and distribution of this file, with or without modification, are
18 # permitted in any medium without royalty provided the copyright notice
19 # and this notice are preserved. This file is offered as-is, without any
24 AC_DEFUN([AX_PRINT_TO_FILE],[
25 AC_REQUIRE([AX_FILE_ESCAPES])