From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Emacs trunk bootstrapping fails since about two days Date: Wed, 19 Jan 2011 12:29:45 -0500 Message-ID: References: <87lj2ht8c9.fsf@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1295458212 4775 80.91.229.12 (19 Jan 2011 17:30:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 19 Jan 2011 17:30:12 +0000 (UTC) Cc: Tassilo Horn , Paul Eggert , emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 19 18:30:08 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PfbrC-0003N3-7r for ged-emacs-devel@m.gmane.org; Wed, 19 Jan 2011 18:30:06 +0100 Original-Received: from localhost ([127.0.0.1]:51533 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfbrB-0008Q3-F1 for ged-emacs-devel@m.gmane.org; Wed, 19 Jan 2011 12:30:05 -0500 Original-Received: from [140.186.70.92] (port=51275 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pfbr3-0008Ml-Nf for emacs-devel@gnu.org; Wed, 19 Jan 2011 12:29:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pfbr2-0007Mp-EW for emacs-devel@gnu.org; Wed, 19 Jan 2011 12:29:57 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:42111) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pfbr2-0007Ml-Bl; Wed, 19 Jan 2011 12:29:56 -0500 Original-Received: from localhost ([127.0.0.1]:57932) by fencepost.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Pfbqw-00034u-Hf; Wed, 19 Jan 2011 12:29:50 -0500 X-Spook: Plame North Korea Nazi supercomputer NWO Montenegro X-Ran: ,:?:*<;6A;`D\1-'mPcs0kgm9'Y1i\f0$aKTf'CX|U*m(i/DZx[`mp[l(1*%I!iiIJ1Gq1 X-Hue: red X-Attribution: GM In-Reply-To: (Andreas Schwab's message of "Wed\, 19 Jan 2011 13\:39\:37 +0100") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:134764 Archived-At: Andreas Schwab wrote: > Tassilo Horn writes: > >> ./configure: line 5075: gl_EARLY: command not found > > The whole thing is broken, autoreconf does not work any more. I had _some_ success with: aclocal -I m4 autoconf autoheader automake --gnu -a -c lib/Makefile (I don't know how you tell autoreconf about those options.) Still not sure I have it working.