From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: config.in Date: Wed, 17 Apr 2002 08:13:53 +0300 Sender: emacs-devel-admin@gnu.org Message-ID: <3440-Wed17Apr2002081352+0300-eliz@is.elta.co.il> References: <87g01vbhzi.fsf@tc-1-100.kawasaki.gol.ne.jp> <1018986015.10524.108.camel@space-ghost> <1676-Wed17Apr2002000044+0300-eliz@is.elta.co.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1019020867 10201 127.0.0.1 (17 Apr 2002 05:21:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 17 Apr 2002 05:21:07 +0000 (UTC) Cc: walters@verbum.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16xhsR-0002eQ-00 for ; Wed, 17 Apr 2002 07:21:07 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16xiAy-0008Vc-00 for ; Wed, 17 Apr 2002 07:40:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16xhsR-000535-00; Wed, 17 Apr 2002 01:21:07 -0400 Original-Received: from mirapoint.inter.net.il ([192.114.186.20]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16xhs8-0004z6-00 for ; Wed, 17 Apr 2002 01:20:48 -0400 Original-Received: from zaretsky (diup-216-147.inter.net.il [213.8.216.147]) by mirapoint.inter.net.il (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id ABG05657; Wed, 17 Apr 2002 08:20:31 +0300 (IDT) Original-To: keichwa@gmx.net X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: (message from Karl Eichwalder on Wed, 17 Apr 2002 02:00:50 +0200) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2685 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2685 > From: Karl Eichwalder > Date: Wed, 17 Apr 2002 02:00:50 +0200 > > Installation of autoreconf (and all that) is already required if you > don't want to adjust all timestamps by hand to get dependencies > right... At least, autoreconf got call as I up'ed emacs yesterday. You mean autoheader, not autoreconf, right? I believe it gets invoked because your config.in was the old version. At least for me, it was only invoked once, the first time I typed "make" after resyncing with CVS after changes by Andreas that introduced config.in autogeneration. The subsequent builds didn't run autoheader. Am I missing something?