Re: Problem with distribution of bin_SCRIPTS

2007-05-29 Thread Daniel Leidert
Am Dienstag, den 29.05.2007, 09:58 +0100 schrieb Noah Slater: > In my package I would like to generate a script from a source file by > simply copying it and setting the executable bit. I do not need to > distribute the script though, only the source. > > No matter how hard I try I cannot get aut

Re: Problem with distribution of bin_SCRIPTS

2007-05-29 Thread Noah Slater
Hey, Do you know about VPATH builds? Yes, what an idiot I was not to consider this. You also made a typo, (s/CLEAN_FILES/CLEANFILES/) but make distcheck would have revealed this problem too. Ah yes, it was doing - I wonder how that slipped in there. I also recommend passing the `foreign'

Re: Problem with distribution of bin_SCRIPTS

2007-05-29 Thread Benoit Sigoure
Quoting Noah Slater <[EMAIL PROTECTED]>: Hello, Hi, In my package I would like to generate a script from a source file by simply copying it and setting the executable bit. I do not need to distribute the script though, only the source. No matter how hard I try I cannot get automake to work