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: Not updating config.in anymore? Date: Thu, 04 Nov 2010 13:41:07 +0100 Message-ID: <4CD2A9E3.6070407@swipnet.se> 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 1288874484 14630 80.91.229.12 (4 Nov 2010 12:41:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 4 Nov 2010 12:41:24 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 04 13:41:19 2010 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 1PDz83-00034a-1z for ged-emacs-devel@m.gmane.org; Thu, 04 Nov 2010 13:41:19 +0100 Original-Received: from localhost ([127.0.0.1]:37478 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDz7z-0006L6-SN for ged-emacs-devel@m.gmane.org; Thu, 04 Nov 2010 08:41:15 -0400 Original-Received: from [140.186.70.92] (port=43443 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDz7u-0006Hj-Rt for emacs-devel@gnu.org; Thu, 04 Nov 2010 08:41:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDz7t-00068t-QD for emacs-devel@gnu.org; Thu, 04 Nov 2010 08:41:10 -0400 Original-Received: from smtprelay-h22.telenor.se ([195.54.99.197]:55392) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDz7t-00068e-Kq for emacs-devel@gnu.org; Thu, 04 Nov 2010 08:41:09 -0400 Original-Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-h22.telenor.se (Postfix) with ESMTP id AD538EB1CB for ; Thu, 4 Nov 2010 13:41:05 +0100 (CET) X-SENDER-IP: [85.225.45.100] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhtCAEJG0kxV4S1kPGdsb2JhbACDJ4RSi3aOAwwBAQEBNS2sE5BwgSKDMXMEjV0 X-IronPort-AV: E=Sophos;i="4.58,295,1286143200"; d="scan'208";a="147287297" Original-Received: from c-642de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.100]) by ipb1.telenor.se with ESMTP; 04 Nov 2010 13:41:05 +0100 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id 2C1297FA05A for ; Thu, 4 Nov 2010 13:41:05 +0100 (CET) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:132355 Archived-At: Hello. I know there was some discussion about not checking in an updated configure after configure.in changes, but are we also not checking in updated src/config.in anymore? I think this is misguided. If you changed configure.in you surely test it by regenreating relevant files. You might as well check in them then, the extra effort is minimal. Jan D.