[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#13462: error: file 'build-aux/funclib.sh' not found
From: |
Peter Rosin |
Subject: |
bug#13462: error: file 'build-aux/funclib.sh' not found |
Date: |
Mon, 28 Jan 2013 14:06:02 +0100 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 |
On 2013-01-18 10:46, Peter Rosin wrote:
> On 2013-01-16 18:00, Peter Rosin wrote:
>> Hi!
>>
>> If I, in a dirty git checkout (added an insignificant newline) as
>> of today, do this
>>
>> ./bootstrap -fc
>> cd ..
>> mkdir foo
>> cd foo
>> ../libtool/configure
>> make
>> make check
>>
>> all is fine. If I then modify build-aux/ltmain.in (with another
>> insignificant newline) followed by
>>
>> make
>>
>> or
>> make check
>>
>> I get:
>>
>> GEN ../libtool-msvc/build-aux/ltmain.sh
>> inline-source: error: file 'build-aux/funclib.sh' not found
>> inline-source: error: file 'build-aux/options-parser' not found
>> GEN libtool
>>
>> followed by numerous failures that appear to be related.
>
> Hi!
>
> This appears to fix it. Ok to commit?
Ping?
Cheers,
Peter