On Fri, Jun 08, 2007 at 04:12:48PM +0200, Baurzhan Ismagulov wrote: > Hello, > > I'm using bison 2.3 with automake 1.9.6. I'd like to have bison output > files under SCM control, however, they are generated in the build > directory. http://sourceware.org/ml/automake/2001-02/msg00633.html > suggests that it's possible to make automake put them into the same > directory as the source. How can I do that?
Hi Baurzhan, I've noticed that if you put the generated source file in the source directory, and then run make, automake will overwrite the source file in the source directory, instead of putting it in the build directory. Hope that helps, Bob Rossi