[ I'm a bit behind on my autoconf email ] Peter> Would it be OK to remove profiling output files (gmon.out, Peter> bb.out, any others?) in _AC_RUN_IFELSE? When I want to profile Peter> my code I configure with CFLAGS='-pg', so all the test program Peter> runs in configure leave garbage lying around.
Akim> It makes sense, sure. It seems dangerous to me. What if I wanted that gmon.out file? I'm wary of configure deleting files that it didn't explicitly create. Tom
