|
From: | Bill Northcott |
Subject: | Re: [swarm-hackers] That CDPATH issue |
Date: | Wed, 21 May 2008 06:52:00 +1000 |
I have no idea what that code was supposed to do, but I suspect it is redundant.
I have committed quite a few autotools fixes in the past 24 hours. Bill On 21/05/2008, at 1:50 AM, Scott Christley wrote:
What I get now consistently is that ./libtool is not found. This is because configure is trying to call ./libtool, but the file hasn't been created yet by configure. My work around is to run configure twice. Here is the code causing the problem in configure.in SHLIBPATH_VAR=`./libtool --config | $SED -n 's/^shlibpath_var=\(.*\)/ \1/p'` AC_SUBST(SHLIBPATH_VAR)
[Prev in Thread] | Current Thread | [Next in Thread] |