Re: New gnucap development snapshot
Dan McMahill <[email protected]>
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <[email protected]> |
al davis wrote: > Most of this is really to Dan, but here it is for all to see.. For all to see is good. Keeps me from running open loop on some wrong direction :) > In the autoconf version, "make distcheck" fails if the modelgen > generated files are not present. So, if I "make" then "make > distcheck" it builds a file, including the generated files. If > I do "make distclean" then "make distcheck" it fails. I think I have this fixed. > Regarding the issue under #2 ... I insist that the modelgen > generated files should not be included. Any user can build > modelgen, and make those files. The process of building the > program should put them with the .o files. This is done > correctly with either system. > > One point seems a little strange is when the modelgen generated > files are made. In the old system, they are deferred until > needed. With the autoconf system, they are all built before > any .cc files are compiled. This doesn't really matter, except > that I don't understand why they should be different. This should be fixed too. I'm still looking through the other issues and will post a complete set of patches hopefully tomorrow evening. -Dan