bug-libtool
[Top][All Lists]
Advanced

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

Re: libtool 2.2.2 does not work on OSF/1 4.0d


From: Ralf Wildenhues
Subject: Re: libtool 2.2.2 does not work on OSF/1 4.0d
Date: Sun, 6 Apr 2008 20:07:24 +0200
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

Hello Bruno,

* Bruno Haible wrote on Sun, Apr 06, 2008 at 07:57:06PM CEST:
> 
> The problem is that the tests on which xsi_shell in libtool.m4 is based
> are performed in a "better" shell than /bin/sh. On OSF/1 4.0d it is /bin/ksh.
> And the line 1 of the generated libtool script reads: "#! /bin/ksh".
> But then the LIBTOOL variable gets assigned the value
>   $(SHELL) $(top_builddir)/libtool
> And $(SHELL) always expands to /bin/sh.

Why is that?  There should be
  SHELL = /bin/ksh

in the Makefile.  

Thanks,
Ralf




reply via email to

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