bug-autoconf
[Top][All Lists]
Advanced

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

Re: Autoconf should allow the developer to require a POSIX shell


From: Paul Eggert
Subject: Re: Autoconf should allow the developer to require a POSIX shell
Date: Sat, 30 Jun 2012 07:17:54 -0500
User-agent: Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20120615 Thunderbird/13.0.1

On 06/28/2012 04:18 PM, Stefano Lattarini wrote:
> WDYT?  Is this something worth pursuing for Autoconf 2.70?

I think so.  As recently as Solaris 8 this approach
had trouble since the POSIXish shells were optional
and often were not installed.  However,
starting in Solaris 9 /usr/xpg4/bin/sh has been part of
the core packages so we can assume it's there.  If
someone wants to build on Solaris 8 or earlier we can
just ask them to install the optional SUNWxcu4
package, or (if that's too much trouble) to build and
install an old Bash version to bootstrap the latest
Bash version with.  Solaris 8 is still in use (I have
one production system at UCLA that still has it, for
software-licensing reasons) but it's well past the stage
where it's a common build target so it's OK to impose
on Solaris 8 some extra hassles like this.

It would be helpful to document this assumption in
the manual, if we take this step.



reply via email to

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