3.80
Fix a bug handling target/prerequisite names containing comment characters.
Some updates for automake 1.7 and prep for releasing 3.80.
Fix for complex situations where directories are declared as prerequisites. Info on this fix from barkalow@reputation.com: thanks!
A few test bug fixes: * Never use "touch" in make rules; it breaks on most sub-second supporting systems. Use echo "" > $@ instead. * Forgot to close test makefiles before using them!
* Added the test suite to the main distribution.