From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?SmFuIERqw6Rydg==?= Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] INSTALL.BZR explain how to regenerate Date: Sun, 27 Feb 2011 11:05:37 +0100 Message-ID: <4D6A21F1.6030109@swipnet.se> References: <4D69DD0E.2050506@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1298801170 15245 80.91.229.12 (27 Feb 2011 10:06:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 27 Feb 2011 10:06:10 +0000 (UTC) Cc: Emacs development discussions To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 27 11:06:06 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 1PtdVr-00027j-7p for ged-emacs-devel@m.gmane.org; Sun, 27 Feb 2011 11:06:03 +0100 Original-Received: from localhost ([127.0.0.1]:42091 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PtdVq-0003gn-Df for ged-emacs-devel@m.gmane.org; Sun, 27 Feb 2011 05:06:02 -0500 Original-Received: from [140.186.70.92] (port=54757 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PtdVf-0003dO-EJ for emacs-devel@gnu.org; Sun, 27 Feb 2011 05:05:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PtdVa-0007RL-St for emacs-devel@gnu.org; Sun, 27 Feb 2011 05:05:51 -0500 Original-Received: from smtprelay-h22.telenor.se ([195.54.99.197]:52547) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PtdVa-0007R2-Nn for emacs-devel@gnu.org; Sun, 27 Feb 2011 05:05:46 -0500 Original-Received: from ipb4.telenor.se (ipb4.telenor.se [195.54.127.167]) by smtprelay-h22.telenor.se (Postfix) with ESMTP id D139AEB504 for ; Sun, 27 Feb 2011 11:05:39 +0100 (CET) X-SENDER-IP: [85.225.45.100] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aq1BAF+waU1V4S1kPGdsb2JhbACEJIRJnVgMAQEBATUwqkuPNoEng0R2BI9b X-IronPort-AV: E=Sophos;i="4.62,234,1297033200"; d="scan'208";a="1717570512" Original-Received: from c-642de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.100]) by ipb4.telenor.se with ESMTP; 27 Feb 2011 11:05:39 +0100 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 882D27FA05A; Sun, 27 Feb 2011 11:05:38 +0100 (CET) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.2.14) Gecko/20110207 Thunderbird/3.1.8 In-Reply-To: <4D69DD0E.2050506@gmail.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.54.99.197 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:136576 Archived-At: I think it is autoreconf -I m4 nowdays. Jan D. Daniel Colascione skrev 2011-02-27 06.11: > We have a dummy autogen.sh that just points the user to INSTALL.BZR, but > that file doesn't tell the user how he would actually regenerate the > configuration scripts the way autogen.sh does for most projects. > > === modified file 'INSTALL.BZR' > --- INSTALL.BZR 2011-01-02 23:50:46 +0000 > +++ INSTALL.BZR 2011-02-27 05:08:49 +0000 > @@ -10,6 +10,9 @@ > > $ ./configure > > +If you have actually modified the autoconfiguration scripts, a run of > +autoreconf(1) will regenerate the necessary files. You need not > +execute this command if you have not modified the autoconfiguration > +files. > + > Some of the files that are included in the Emacs tarball, such as > byte-compiled Lisp files, are not stored in Bazaar. Therefore, to > build from Bazaar you must run "make bootstrap" instead of just "make": > >