autoconf
[Top][All Lists]
Advanced

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

Re: [patch] Keep executability of config.status-ed files


From: Eric Sunshine
Subject: Re: [patch] Keep executability of config.status-ed files
Date: Wed, 10 Dec 2003 10:46:35 -0500
User-agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4) Gecko/20030624

Jan Kratochvil wrote:
When config.status builds "FILE" from "FILE.in" it always creates
non-executable files. The attached patch will "chmod +x FILE"
if "test -x FILE.in" (specifically if "test -x" any of the input files).

Unfortunately, older 'test' commands do not recognize the -x option, therefore this patch is not portable. (For instance, I am using NextStep presently, and the 'test' command does not recognize -x.)

-- ES





reply via email to

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