# 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. # FPTOOLS_WRITE_FILE # ------------------ # Write $2 to the file named $1. AC_DEFUN([FPTOOLS_WRITE_FILE], [ cat >$1 <