[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [Libevent-users] Libevent 2.0.6-rc libtool
- To: libevent-users@xxxxxxxxxxxxx
- Subject: Re: [Libevent-users] Libevent 2.0.6-rc libtool
- From: Nick Mathewson <nickm@xxxxxxxxxxxxx>
- Date: Fri, 3 Sep 2010 12:08:48 -0400
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: libevent-users-outgoing@xxxxxxxx
- Delivered-to: libevent-users@xxxxxxxx
- Delivery-date: Fri, 03 Sep 2010 12:08:56 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=MF6oPuYFAslcgMVdyZc6Hqy+IpVQAo/Yue2+pzf5wSg=; b=avZHH8cgSRr/pOE67znLinTy2RtZoPCsEj4BQpc35HKgeLackG3u0ZuwuTvLJUp6Cj pAEuzg5XTpB3i8oxOtefIKnDBtK6CYxmyuQr2EjgWtKyEtapE6zZyNOlh/+Un9ztkQJr ofWe0eaVpcUUxxovkhE76CJ02c9ZtVdV8VuXA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=uDzVr0ZiH9Pqe08chXqfDCTP/HuOzMN9FVDGJCnq4Gwwm2RiWaOF63aq6re/bvCN5U PKFlMaqSG6+XkYvPaxO1KDaHHdiJPxuGelSqzhnMxq+r0EQ7TgA+hhIPBM0zkYdYA84/ aT6u5s8AhSZmJEBeGjjI9cHq4Tw2cYJaSZGmw=
- In-reply-to: <942BE4C4-CCCD-4424-81EE-43255E9A2BAB@xxxxxxxxxxxx>
- References: <942BE4C4-CCCD-4424-81EE-43255E9A2BAB@xxxxxxxxxxxx>
- Reply-to: libevent-users@xxxxxxxxxxxxx
- Sender: owner-libevent-users@xxxxxxxxxxxxx
On Fri, Sep 3, 2010 at 11:59 AM, Ralph Castain <rhc@xxxxxxxxxxxx> wrote:
> 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.
Are you sure about the "h" ? I just tried "autoreconf -ivh" on my
laptop, and it gave me a help message, claiming that the '-h' switch
means "print this help, then exit".
Did you maybe mean "-ivf" ?
--
Nick
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users in the body.