Hello Clint,
Thanks for the report.
* Clint Adams wrote on Wed, Oct 17, 2007 at 03:34:12PM CEST:
> Package: libtool
> Version: 2.1a+cvs1.2460+20070510-1
> File: /usr/share/aclocal/libtool.m4
>
> $lt_shell_append is set to "yes" when /bin/sh is dash.
> I think this is because ./configure is re-exec'ing itself
> under /bin/bash even though there is no apparent reason to
> and it is still setting CONFIG_SHELL to /bin/sh.
Please show how exactly you invoked configure. Do you have
either of SHELL or CONFIG_SHELL set in your environment?
Would you please try the following,
sed '1a\
set -x
/^ac_hostname/a\
set +x' configure >configure.tmp
mv configure.tmp configure
chmod +x configure
then rerun configuration and post the first part of the output
(until the normal stuff begins)? Thanks.
Cheers,
Ralf
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]