On 10/4/06, Kohei Yoshida <[EMAIL PROTECTED]> wrote:
OTOH, when I have autoconf autogenerate the 'configure' from the 'configure.in' template, it runs fine. But of course that would drastically alter the content of 'configure' from that in the repository, which is of course not good for version control purposes.
Running autoconf and checking in everything is exactly what you should do. "configure" is not a source file and is only checked into the repository because of convenience. It is OK if it changes radically, we are only interested in the changes in "configure.in". Do try to use a relatively new autoconf, I remember _rene_ having issues with older versions (?). -- Kai Backman, Software Engineer, [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
