3 # Test to ensure that a ".info~" file doesn't end up in the
4 # distribution. Bug report from Greg McGary.
6 .
$srcdir/defs ||
exit 1
8 cat > Makefile.am
<< 'END'
9 info_TEXINFOS
= textutils.texi
15 echo '@setfilename textutils.info' > textutils.texi
20 test -z "`$MAKE -s -f Makefile.in magic | grep '~'`"