From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Bug#451178: emacs22: FTBFS on GNU/kFreeBSD Date: Thu, 29 Nov 2007 07:54:26 +0100 Message-ID: <474E6222.9090709@swipnet.se> References: <87oddk8o2j.fsf@raven.defaultvalue.org> <2xy7cikcb1.fsf@fencepost.gnu.org> <87r6iaff5g.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1196319371 20050 80.91.229.12 (29 Nov 2007 06:56:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Nov 2007 06:56:11 +0000 (UTC) Cc: emacs-devel@gnu.org, Sven Joachim , Rob Browning , rms@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 29 07:56:20 2007 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.50) id 1IxdJg-0007Vs-4L for ged-emacs-devel@m.gmane.org; Thu, 29 Nov 2007 07:56:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IxdJQ-0008EA-OM for ged-emacs-devel@m.gmane.org; Thu, 29 Nov 2007 01:55:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IxdIn-0007NS-ML for emacs-devel@gnu.org; Thu, 29 Nov 2007 01:55:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IxdIm-0007M4-UR for emacs-devel@gnu.org; Thu, 29 Nov 2007 01:55:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IxdIm-0007Ls-GF for emacs-devel@gnu.org; Thu, 29 Nov 2007 01:55:12 -0500 Original-Received: from av11-1-sn2.hy.skanova.net ([81.228.8.183]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IxdId-0001f7-Pv; Thu, 29 Nov 2007 01:55:04 -0500 Original-Received: by av11-1-sn2.hy.skanova.net (Postfix, from userid 502) id DE71C37F8B; Thu, 29 Nov 2007 07:55:02 +0100 (CET) Original-Received: from smtp4-2-sn2.hy.skanova.net (smtp4-2-sn2.hy.skanova.net [81.228.8.93]) by av11-1-sn2.hy.skanova.net (Postfix) with ESMTP id BFD8E37F7C; Thu, 29 Nov 2007 07:55:02 +0100 (CET) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp4-2-sn2.hy.skanova.net (Postfix) with ESMTP id 8EE3837E4D; Thu, 29 Nov 2007 07:55:02 +0100 (CET) User-Agent: Thunderbird 2.0.0.9 (X11/20071031) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:84280 Archived-At: Glenn Morris skrev: > Sven Joachim wrote: > >> Don't forget to regenerate `configure'. > > I never understand the rush to regenerate configure. It gets > regenerated before a release/pretest, and IMO anyone building from CVS > should be in the habit of running autoconf. > Not really feasible. I'm usually testing on different OS:es and versions, and some don't have the required autoconf version. I can go to an OS with the required autoconf, regenerate and copy configure to the other places, but it is more convinient to just do cvs up. Jan D.