automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dealing with executable shell scripts


From: NightStrike
Subject: Re: dealing with executable shell scripts
Date: Tue, 20 Mar 2012 13:33:41 -1000

On Mon, Mar 19, 2012 at 3:18 PM, Miles Bader <address@hidden> wrote:
> Harlan Stenn <address@hidden> writes:
>> What's the problem with bin_SCRIPTS?
>
> Hmm, I didn't know about it, but ... reading the documentation,
> "bin_SCRIPTS" doesn't actually seem to do much of anything -- you
> still have to add your own rules to handle all the actual work, need
> to fiddle with EXTRA_DIST and CLEANFILES, etc.  Indeed, doing what I

You can avoid hacking EXTRA_DIST if you change your primary from:

bin_SCRIPTS = aaa

to:

dist_bin_SCRIPTS = aaa



reply via email to

[Prev in Thread] Current Thread [Next in Thread]