From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: autogen.sh question Date: Mon, 26 Sep 2005 06:47:14 +0300 Message-ID: References: <1127681447.12649.20.camel@localhost.localdomain> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1127706882 11626 80.91.229.2 (26 Sep 2005 03:54:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Sep 2005 03:54:42 +0000 (UTC) Cc: marcin.antczak@orange.pl, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 26 05:54:40 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EJk46-0006xn-My for ged-emacs-devel@m.gmane.org; Mon, 26 Sep 2005 05:54:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EJk46-0004uh-7n for ged-emacs-devel@m.gmane.org; Sun, 25 Sep 2005 23:54:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EJk3c-0004mU-0y for emacs-devel@gnu.org; Sun, 25 Sep 2005 23:53:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EJk3X-0004jh-RA for emacs-devel@gnu.org; Sun, 25 Sep 2005 23:53:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EJk3X-0004gm-Nk for emacs-devel@gnu.org; Sun, 25 Sep 2005 23:53:31 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EJjxU-0000cy-EE; Sun, 25 Sep 2005 23:47:16 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-56-213.inter.net.il [80.230.56.213]) by nitzan.inter.net.il (MOS 3.6.5-GR) with ESMTP id BNH05413 (AUTH halo1); Mon, 26 Sep 2005 06:47:13 +0300 (IDT) Original-To: Thien-Thi Nguyen In-reply-to: (message from Thien-Thi Nguyen on 25 Sep 2005 17:36:45 -0400) 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:43239 Archived-At: > From: Thien-Thi Nguyen > Date: 25 Sep 2005 17:36:45 -0400 > Cc: emacs-devel@gnu.org > > the top-level ChangeLog gives a hint about the practice: modify > configure.in, regenerate configure, and check in both files. Not only configure needs to be regenerated; src/config.in is another file that needs to be remade (with `autoheader') whenever configure.in changes.