automake
[Top][All Lists]
Advanced

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

Re: making script executable?


From: Alexandre Duret-Lutz
Subject: Re: making script executable?
Date: Tue, 04 Feb 2003 18:25:35 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu)

>>> "Bob" == Bob Proulx <address@hidden> writes:

 Bob> Simon Richter wrote:
 >> 
 >> $(SHELL) <your script here> ?

 Bob> Does that mean that a SHELL=/bin/csh user will run the script with csh
 Bob> and a SHELL=/bin/zsh user will run the shell with zsh?  

Nope.  The $(SHELL) Makefile variable is AC_SUBST'ed by
./configure, fortunately it doesn't come from the environment.

(Still there are broken make implementations that will use the
SHELL envvar when run as `make -e'.  Details in the Autoconf
manual.)
-- 
Alexandre Duret-Lutz





reply via email to

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