> I see from
> the automake FAQ that some people don't like maintainer mode
> (http://www.gnu.org/software/automake/manual/html_node/maintainer-mode.html).
> Is it the right thing to do for this sort of situation?
I don't like maintainer mode either, but only because I'm really a
packager, not a maintaner. As a packager, I like the fact that GNU packages
may be built by "./configure; make; make install" without the need of
automake, autoconf, or anything like that.
If you need mantainer mode to generate files which have proper timestamps,
enable maintainer mode. Just remember to switch it off before making
a spanshot tarball, or before making the final release.