> To support building on systems without auto* I usually include the > generated files into the distribution. Thus a "make dist" on an automake > supporting system, a copy of the tar and a "configure && make" on the > critical system is sufficient.
Oh, right. We're talking about subversion, not the distribution. make dist always includes all the generated files, that's all done automatically by automake, minus a few files that I think you have to add to EXTRA_DIST. I would add that the concerns about out of date autotools are pretty much confined to old versions of an OS (as in circa 2002). Anything recent Linux is plenty new enough, and anything you get for Solaris these days is also fine. -- Scott --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
