Update the text about reporting bugs.
* 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! All the above worked fine on Linux but failed miserably on Solaris.
Fix bug #103: allow ifdef, export, and unexport to expand their arguments.