[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Requiring Bourne shell for build
From: |
John W. Eaton |
Subject: |
Re: Requiring Bourne shell for build |
Date: |
Wed, 17 Feb 2016 15:29:49 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0 |
On 02/17/2016 02:39 PM, Mike Miller wrote:
Ok, I think your diff works out to the same effect as this attached one.
Either way works for me if it solves the csh problem.
Either is fine. Can you push the change? If you don't have time, I can.
I think we may still need an export SHELL in the Makefile.
It didn't seem to be needed for my test. Do you know of a specific
place where the value of SHELL is used in something that is executed by
make? SHELL is set in the generated Makefile, but it is not set to the
value of SHELL from the environment when configure runs. I assume
that's because autoconf or automake sets it to some acceptable shell?
jwe