From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Noorul Islam Newsgroups: gmane.emacs.devel Subject: Re: make bootstrap on trunk fails Date: Sat, 26 Feb 2011 19:51:50 +0530 Message-ID: References: <4D6759D1.2040501@cs.ucla.edu> <4D677D17.4010605@cs.ucla.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1298730138 11173 80.91.229.12 (26 Feb 2011 14:22:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 26 Feb 2011 14:22:18 +0000 (UTC) Cc: Emacs Development To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 26 15:22:13 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 1PtL2B-0003q0-5O for ged-emacs-devel@m.gmane.org; Sat, 26 Feb 2011 15:22:11 +0100 Original-Received: from localhost ([127.0.0.1]:56088 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PtL2A-0003nZ-89 for ged-emacs-devel@m.gmane.org; Sat, 26 Feb 2011 09:22:10 -0500 Original-Received: from [140.186.70.92] (port=51376 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PtL1y-0003lE-6q for emacs-devel@gnu.org; Sat, 26 Feb 2011 09:22:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PtL1s-0000b2-6Q for emacs-devel@gnu.org; Sat, 26 Feb 2011 09:21:58 -0500 Original-Received: from mail-gw0-f51.google.com ([74.125.83.51]:41384) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PtL1s-0000aj-0h for emacs-devel@gnu.org; Sat, 26 Feb 2011 09:21:52 -0500 Original-Received: by gwb15 with SMTP id 15so1340090gwb.38 for ; Sat, 26 Feb 2011 06:21:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=noorul.com; s=google; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Im6QVuFCTIxILjlYLBVBRQXHVmalfLxqKd7UzH2QaDc=; b=O1hzX0fbU3VVVeZI6bms1skckCEdl2ICaUEfth4v845IrqoirXiiXAYbkBglcZNbqV Udw+9JLsT9aH38ycqg4Hl5v77kvJBNfr0v7wFPnptJ7RIrLB+qGXNpGH5yE1uAl8eG9K iG+XzEfynOubYzQb165cEEOLfBE/SBUqXX9fs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=noorul.com; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=bO0AFUq/dbg8a8uhvK1rfFRYAe2b6MSdoQtJ2aXlQVqWEbxgYvnDXb2OlltbaVXfkF SGH1SxdbnaLis8lNzI4Nzv7E5zpb3og48X66RwvEMjk/m23l7e4NoUmx+qPASjNCODvk Pkuful9x70sUxSM8njB5BrYZn5vUs7EmqOQpQ= Original-Received: by 10.150.69.5 with SMTP id r5mr501405yba.430.1298730110697; Sat, 26 Feb 2011 06:21:50 -0800 (PST) Original-Received: by 10.151.147.2 with HTTP; Sat, 26 Feb 2011 06:21:50 -0800 (PST) In-Reply-To: <4D677D17.4010605@cs.ucla.edu> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.83.51 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:136556 Archived-At: On Fri, Feb 25, 2011 at 3:27 PM, Paul Eggert wrote: > On 02/25/2011 01:32 AM, Noorul Islam wrote: >> Do you think INSTALL.BZR file should be updated with this information. > > I'm not sure why they'd need to be updated. > If you follow those instructions, things work, no? > > I did add the info to admin/make-tarball.txt, which mentioned > invoking autoconf. =A0But I didn't see the need to update > INSTALL.BZR, as it doesn't mention autoconf. > Without "autoreconf -I m4" it did not work for me. -Noorul