On 01/26/2017 03:22 PM, Julie Marchant wrote:
> Hi,
>
> I'm a little confused about how to set up Autoconf to install data files
> for the program to use later, and I wondered if someone can clear up my
> confusion.
>
> For reference, the pertinent program is Project: Starfighter:
>
> http://sta
On 01/26/2017 04:33 PM, Eric Blake wrote:
> Automake lets you define new targets that are subdirectories. In fact,
> a quick search for $(pkgdatadir) found an example that might be
> pertinent to your use case:
>
> https://www.gnu.org/software/automake/manual/automake.html#Alternative
Thanks, th