[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[Libevent-users] Libevent 2.0.6-rc libtool
- To: Libevent Users <libevent-users@xxxxxxxx>
- Subject: [Libevent-users] Libevent 2.0.6-rc libtool
- From: Ralph Castain <rhc@xxxxxxxxxxxx>
- Date: Fri, 3 Sep 2010 09:59:04 -0600
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: libevent-users-outgoing@xxxxxxxx
- Delivered-to: libevent-users@xxxxxxxx
- Delivery-date: Fri, 03 Sep 2010 11:59:15 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=rtA1gZnqXfM02PnpuigTsffGMHOegjQ85Fetfzv80ls=; b=Pnyvx0AahvzzgkHBk1Jp0pdbGs76pc869E6AxLl0ZPr4g7eRwODvkyD2byg6iL/ybt bqFbfGWiiTAjLlw8hYZx/mH3zm37Jn2Dbei3+KEcodVpV62GzdAWvNxFKL+8+tiVdm0C VoppJWUe/pGvBc9ZCtkqWoSVeYxGjPkMuDAyA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:content-type:content-transfer-encoding:subject:date :message-id:to:mime-version:x-mailer; b=tci8Zf7/6EseDPiloZzQwlCPU+LsexbklIyGVfRjqTmeiUhizuI+oLoxxHshiX+EzV e0zHNCYrUjAHsxLijd3fmV/Rxpr8n4Y7tFCK4ewGOe6t+1RGIZGo8SC6dPpEYw8Igv7W fDcvF7So84BpC2RDdkx4SmqQdYyuKkyLHLteM=
- Reply-to: libevent-users@xxxxxxxxxxxxx
- Sender: owner-libevent-users@xxxxxxxxxxxxx
Hi folks
I've been working on integrating 2.0.6-rc into the Open MPI code base and ran across an issue. You distribute an aclocal.m4 that was generated by libtool 2.2.6b, and you don't whack it at the beginning of autogen.sh. Thus, those of us who have updated to libtool 2.2.10 get an error.
If you change your autogen.sh to be nothing more than "autoreconf -ivh", it will do everything you currently do in autogen.sh -and- regenerate aclocal.m4 with the current libtool version, thus avoiding this error.
We've run into this before with our own code, and learned that this is the autoconf-recommended solution - just thought we would pass it along.
HTH
Ralph
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users in the body.