# Extra autoconf macros for the Glasgow fptools # # To be a good autoconf citizen, names of local macros have prefixed with FP_ to # ensure we don't clash with any pre-supplied autoconf ones. m4_include([m4/ax_compare_version.m4]) # FPTOOLS_WRITE_FILE # ------------------ # Write $2 to the file named $1. AC_DEFUN([FPTOOLS_WRITE_FILE], [ cat >$1 <