From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Re: configure{.in,} question Date: Tue, 26 Oct 2010 00:41:48 +0900 Message-ID: <87ocaicm9v.fsf@uwakimon.sk.tsukuba.ac.jp> References: <09k4l72w3b.fsf@fencepost.gnu.org> <87bp6jjdh8.fsf@uwakimon.sk.tsukuba.ac.jp> <87pquycozf.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1288021287 12343 80.91.229.12 (25 Oct 2010 15:41:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 25 Oct 2010 15:41:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 25 17:41:26 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 1PAPAn-00015d-IP for ged-emacs-devel@m.gmane.org; Mon, 25 Oct 2010 17:41:21 +0200 Original-Received: from localhost ([127.0.0.1]:54185 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAPAm-000775-GP for ged-emacs-devel@m.gmane.org; Mon, 25 Oct 2010 11:41:20 -0400 Original-Received: from [140.186.70.92] (port=38974 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAP92-0005lQ-Jr for emacs-devel@gnu.org; Mon, 25 Oct 2010 11:39:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAP91-0005J2-0G for emacs-devel@gnu.org; Mon, 25 Oct 2010 11:39:32 -0400 Original-Received: from imss12.cc.tsukuba.ac.jp ([130.158.254.161]:43911) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAP90-0005Iu-MT for emacs-devel@gnu.org; Mon, 25 Oct 2010 11:39:30 -0400 Original-Received: from imss12.cc.tsukuba.ac.jp (imss12.cc.tsukuba.ac.jp [127.0.0.1]) by postfix.imss71 (Postfix) with ESMTP id 1BF962AF543; Tue, 26 Oct 2010 00:39:28 +0900 (JST) Original-Received: from mgmt1.sk.tsukuba.ac.jp (unknown [130.158.97.223]) by imss12.cc.tsukuba.ac.jp (Postfix) with ESMTP id 0E1B42AF542; Tue, 26 Oct 2010 00:39:28 +0900 (JST) Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mgmt1.sk.tsukuba.ac.jp (Postfix) with ESMTP id 0B8EE3FA0483; Tue, 26 Oct 2010 00:39:28 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 552A41A3E76; Tue, 26 Oct 2010 00:41:48 +0900 (JST) In-Reply-To: X-Mailer: VM 8.1.93a under 21.5 (beta29) "garbanzo" ed3b274cc037 XEmacs Lucid (x86_64-unknown-linux) 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:132095 Archived-At: Andreas Schwab writes: > "Stephen J. Turnbull" writes: > > > Andreas Schwab writes: > > > > > Which line numbers? > > > > The self-referential ones. > > Can you expand? No, I let m4 do that for me. More to the point. It used to be the case that autoconf (say 2.13) would embed line number information like this: #line 1775 "configure" and those numbers would change if you added or removed code in configure.in. Evidently I haven't done a diff on configure in over 5 years, but the memory of that pain is still fresh. :-)