[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: newfangled sh in libtool
From: |
Peter Breitenlohner |
Subject: |
Re: newfangled sh in libtool |
Date: |
Mon, 28 Sep 2009 11:21:45 +0200 (CEST) |
User-agent: |
Alpine 2.00 (LNX 1167 2008-08-23) |
On Sun, 27 Sep 2009, Karl Berry wrote:
Does your Solaris 10 system not have /bin/ksh and /bin/bash?
It does. And I doubt there is any bug in libtool configure.
Hi Ralf, Karl,
to the contrary, I am convinced that this is a libtool bug.
The problem is somehow related to our redistributing the libtool.m4 file
(which has the $((...)) stuff) in TeX Live; we aren't installing libtool
itself on the Solaris box.
we distribute ROOT/build-aux/ltmain.sh and ROOT/m4/lt*.m4 and then in, e.g.,
ROOT/texk/web2c/configure.ac use
AC_CONFIG_AUX_DIR([../../build-aux])
AC_CONFIG_MACRO_DIR([../../m4])
...
LT_INIT
...
LT_OUTPUT
IMHO this is exactly as it should be done.
On Solaris 5.10 we then have to use CONFIG_SHELL=<good_shell> in order to
avoid the syntax error in the generated libtool script.
I'll have to delve more to figure out exactly what is happening. I
don't have any reasonable recipe for you to reproduce at this point, ...
I'll try to produce a drastically cut down version of our source tree that
still has this problem.
Regards
Peter Breitenlohner <address@hidden>
Re: newfangled sh in libtool, Ralf Wildenhues, 2009/09/27