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

2010-05-21 Thread Adam Mercer
On Thu, May 20, 2010 at 19:22, Gary V. Vaughan wrote: Hi > The Libtool Team is pleased to announce release candidate 2.2.7b of GNU > Libtool.  If there are no serious deficiencies reported in this release, > it will be renumbered as 2.2.8 and re-released (otherwise, we'll fix > any problems and

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

2010-05-21 Thread Gary V. Vaughan
Hi Adam, On 22 May 2010, at 00:23, Adam Mercer wrote: > On Thu, May 20, 2010 at 19:22, Gary V. Vaughan wrote: >> The Libtool Team is pleased to announce release candidate 2.2.7b of GNU >> Libtool. If there are no serious deficiencies reported in this release, >> it will be renumbered as 2.2.8 an

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

2010-05-21 Thread Adam Mercer
On Fri, May 21, 2010 at 14:01, Gary V. Vaughan 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 >

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

2010-05-21 Thread Roumen Petrov
Gary V. Vaughan wrote: GNU Libtool hides the complexity of using shared libraries behind a consistent, portable interface. GNU Libtool ships with GNU libltdl, which hides the complexity of loading dynamic runtime libraries (modules) behind a consistent, portable interface. The Libtool Team is pl

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

2010-05-21 Thread Gary V. Vaughan
Hi Roumen, On 22 May 2010, at 03:26, Roumen Petrov wrote: > Gary V. Vaughan wrote: >> >> The Libtool Team is pleased to announce release candidate 2.2.7b of GNU >> Libtool. If there are no serious deficiencies reported in this release, >> it will be renumbered as 2.2.8 and re-released (otherwise

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

2010-05-21 Thread Alon Bar-Lev
On Fri, May 21, 2010 at 3:22 AM, Gary V. Vaughan wrote: > > GNU Libtool hides the complexity of using shared libraries behind a > consistent, portable interface. GNU Libtool ships with GNU libltdl, > which hides the complexity of loading dynamic runtime libraries > (modules) behind a consistent, p

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

2010-05-21 Thread Gary V. Vaughan
Hi Alon, On 22 May 2010, at 13:02, Alon Bar-Lev wrote: > On Fri, May 21, 2010 at 3:22 AM, Gary V. Vaughan wrote: >> >> GNU Libtool hides the complexity of using shared libraries behind a >> consistent, portable interface. GNU Libtool ships with GNU libltdl, >> which hides the complexity of loadi