bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fix libtool test


From: Ralf Wildenhues
Subject: Re: fix libtool test
Date: Fri, 27 Nov 2009 07:39:20 +0100
User-agent: Mutt/1.5.20 (2009-08-09)

Hi Stepan,

* Stepan Kasal wrote on Thu, Nov 26, 2009 at 02:05:17AM CET:
> -AT_CHECK([libtoolize], 0, [stdout], ignore)
> +AT_CHECK([libtoolize --install], 0, [stdout], ignore)

libtoolize --install is a 2.2.x-ism, so unless you take care to skip the
test for earlier Libtool versions (1.5.x are still in use) this will
cause a failure for them.

>  # Some broken libtoolize fail to install a functional config.guess.
> -AT_CHECK([./config.guess || exit 77], [], [ignore], [ignore])
> +AT_CHECK([./config.guess], [], [ignore], [ignore])

I don't understand that.  Either the original line or drop it
completely?

Thanks for pursuing this,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]