libtool
[Top][All Lists]
Advanced

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

Re: GNU Libtool 2.2.7b released (2.2.8 release candidate).


From: Adam Mercer
Subject: Re: GNU Libtool 2.2.7b released (2.2.8 release candidate).
Date: Fri, 21 May 2010 14:30:32 -0500

On Fri, May 21, 2010 at 14:01, Gary V. Vaughan <address@hidden> wrote:

Gary

> In the end AC_PROG_CXX is not very time consuming, so I'd recommend
> something more along the lines of (untested - from memory):
>
> AC_PROG_CXX
> AM_CONDITIONAL([BUILD_BOINC], [test "x${boinc}" = xtrue])
>
> and then in Makefile.am
>
> if BUILD_BOINC
> ....add boinc decls here...
> end

Thanks Gary, that seems a much better way to do it.

Cheers

Adam



reply via email to

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