Brice Goglin wrote:
> Jeff Squyres wrote:
>   
>> On Dec 8, 2009, at 1:17 PM, Brice Goglin wrote:
>>
>>   
>>     
>>>> New require LT 2.2.6b
>>>>       
>>>>         
>>> By the way, isn't LT_INIT supposed to enforce the required version? We
>>> had a bug report from somebody running libtool 1.5 (in the libpci
>>> branch). He got obscur errors during autogen.sh, but nothing said
>>> clearly that his libtool was too old...
>>>     
>>>       
>> We could do that (I think it's actually LT_PREREQ).
>>     
>
> We already have
> LT_PREREQ([2.2.6])
> LT_INIT
> It doesn't seem to actually enforce libtool >= 2.2.6
>   

Maybe we need some sort of m4_ifdef(LT_PREREQ], [], [error]) since LT_*
were added in libtool 2 ?

Brice

Reply via email to