On Monday, June 27, 2011 17:20:38 Jie Zhang wrote: > On Mon, Jun 27, 2011 at 5:17 PM, Mike Frysinger <[email protected]> wrote: > > On Monday, June 27, 2011 16:48:21 Jie Zhang wrote: > >> * urjtag.h should not be in the dist package. It's generated when user > >> run configure. > > > > true, but urjtag.h.in needs to be ... > > It seems urjtag.h.in will be added to dist package automatically. I > don't know why.
probably because we use AC_CONFIG_HEADER on it in thinking about it a bit more, i'm not sure this change is correct. `make install` probably no longer installs urjtag.h which is what we want. perhaps you want to use: nodist_pkginclude_HEADERS = urjtag.h -mike
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________ UrJTAG-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/urjtag-development
