[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bison-1.29c 'configure' problems on Solaris 8.
From: |
Paul Eggert |
Subject: |
Re: bison-1.29c 'configure' problems on Solaris 8. |
Date: |
Wed, 3 Oct 2001 18:07:13 -0700 (PDT) |
> From: Russ Allbery <address@hidden>
> Date: 03 Oct 2001 17:16:15 -0700
>
> > + ac_dummy=/bin:/usr/bin:/usr/bin/posix:/usr/xpg4/bin:$PATH
>
> I'd put PATH first, not last.
I recall that I did put PATH first originally, but it blew up because
I put /usr/xpg4/bin before /bin in my own PATH, and then the script
selected /usr/xpg4/bin/sh (an alias for ksh). This blew up for users
that didn't have /usr/xpg4 installed on their box. I then went to the
above solution.
However, the application I was using this for (gzip) was building
shell scripts for other users to run, where I wanted to prepend
"#!/bin/ksh". This differs a bit from the curretly proposed
application, which is selecting the shell dynamically. However, given
my experiences I'm still a bit leery of relying on the builder's PATH
except as a last resort.
Builders who really want to specify the shell can always set
CONFIG_SHELL; it overrides all that stuff.
- Re: bison-1.29c 'configure' problems on Solaris 8., Paul Eggert, 2001/10/03
- Re: bison-1.29c 'configure' problems on Solaris 8., Russ Allbery, 2001/10/03
- Re: bison-1.29c 'configure' problems on Solaris 8.,
Paul Eggert <=
- Re: bison-1.29c 'configure' problems on Solaris 8., Russ Allbery, 2001/10/03
- Re: bison-1.29c 'configure' problems on Solaris 8., Paul Eggert, 2001/10/04
- Re: bison-1.29c 'configure' problems on Solaris 8., Akim Demaille, 2001/10/04
- Re: bison-1.29c 'configure' problems on Solaris 8., Akim Demaille, 2001/10/04
- Re: bison-1.29c 'configure' problems on Solaris 8., Paul Eggert, 2001/10/04
- Re: Libtool and echo (Was: bison-1.29c 'configure' problems on Solaris 8), Akim Demaille, 2001/10/05
- Re: Libtool and echo (Was: bison-1.29c 'configure' problems on Solaris 8), Gary V. Vaughan, 2001/10/05
- Re: Libtool and echo (Was: bison-1.29c 'configure' problems on Solaris 8), Paul Eggert, 2001/10/05
- Re: Libtool and echo (Was: bison-1.29c 'configure' problems on Solaris 8), Gary V. Vaughan, 2001/10/06
- Re: PATH then SHELLS (Was: bison-1.29c 'configure' problems on Solaris 8), Akim Demaille, 2001/10/05