emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs trunk bootstrapping fails since about two days


From: Longmin Wang
Subject: Re: Emacs trunk bootstrapping fails since about two days
Date: Thu, 20 Jan 2011 02:06:43 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Glenn Morris <rgm <at> gnu.org> writes:

> 
> Paul Eggert wrote:
> 
> Running just autoconf (and sometimes autoheader) used to be all that
> was needed; and some people, like myself, have been in the habit of
> always running autoconf to ensure we have the latest configure.
> 

Maybe we need change the ebuild from
src_prepare() {
    ...
    eautoreconf
}
to
src_prepare() {
    ...
    AT_M4DIR="m4" eautoreconf
}




reply via email to

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