Re: Automake - distcheck fails on install-data-local

2015-02-24 Thread Bob Friesenhahn
On Mon, 23 Feb 2015, Asaf Dalet wrote: Thanks, Tyler. That fixed it. Once again I was beaten by DESTDIR... It seems that this variable is only set when running distcheck and not when running install? am I right? The purpose of DESTDIR is to allow people (e.g. package maintainers) to install

Re: Automake - distcheck fails on install-data-local

2015-02-22 Thread Asaf Dalet
Thanks, Tyler. That fixed it. Once again I was beaten by DESTDIR... It seems that this variable is only set when running distcheck and not when running install? am I right? On Sun, Feb 22, 2015 at 11:01 PM, Tyler Retzlaff wrote: > Hi, > > On 2/22/2015 3:40 AM, Asaf Dalet wrote: > >> Hi >> I am

Re: Automake - distcheck fails on install-data-local

2015-02-22 Thread Tyler Retzlaff
Hi, On 2/22/2015 3:40 AM, Asaf Dalet wrote: Hi I am trying to do a conditional sysconf_DATA, meaning, I want to install my conf file into $(sysconfdir) only if it is not already installed. i tried to use install-data-local and it seems to work on a real installation, but 'make distcheck' fails.