Hi Eric, Here's a proposed patch for the fflush-tests module description: - EXTRA_DIST is not needed for files listed among the 'Files' section; gnulib-tool takes care of it. - To ensure all temporary files are regularly removed, even if the test program crashes or is interrupted with Ctrl-C or is left from gdb (gdb command 'quit'), there are two approaches: MOSTLYCLEANFILES, or a wrapper script, such as tests/test-atexit.sh.
Bruno 2007-04-13 Bruno Haible <[EMAIL PROTECTED]> * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment MOSTLYCLEANFILES. *** modules/fflush-tests 10 Apr 2007 03:09:07 -0000 1.1 --- modules/fflush-tests 13 Apr 2007 20:15:28 -0000 *************** *** 9,12 **** Makefile.am: TESTS += test-fflush check_PROGRAMS += test-fflush ! EXTRA_DIST += test-fflush.c --- 9,12 ---- Makefile.am: TESTS += test-fflush check_PROGRAMS += test-fflush ! MOSTLYCLEANFILES += test-fflush.txt