I'm trying to use the autoconf toolset to distribute my GPL'd API. I've got the basic distribution working but can't figure out how to do the rest.
1: How do I get a test executable to compile when the user wants to test the distribution. I don't want the files or executable installed?
2: I've got both flex and bison files. The distribution includes the flex and bison output but how do I get the files distributed (and where should I put them in the distribution tree)?
art