From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: A better autogen.sh Date: Thu, 17 Mar 2011 16:44:49 -0400 Message-ID: References: <87y66fv2d3.fsf@stupidchicken.com> <87r5c7jk5m.fsf@stupidchicken.com> <4D39EF9C.1050804@cs.ucla.edu> <4D3A8666.4070609@cs.ucla.edu> <877hdvd49f.fsf@meyering.net> <83mxmrzhb6.fsf@gnu.org> <4D3C9C5B.8050303@cs.ucla.edu> <20aagvym19.fsf@fencepost.gnu.org> <4D8123F3.6040309@cs.ucla.edu> <378vwdjxhj.fsf@fencepost.gnu.org> <83sjulscp4.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1300395019 10067 80.91.229.12 (17 Mar 2011 20:50:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Mar 2011 20:50:19 +0000 (UTC) Cc: eggert@cs.ucla.edu, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 17 21:50:15 2011 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 1Q0K99-0002Yt-HN for ged-emacs-devel@m.gmane.org; Thu, 17 Mar 2011 21:50:15 +0100 Original-Received: from localhost ([127.0.0.1]:50012 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0K44-0000wc-Fl for ged-emacs-devel@m.gmane.org; Thu, 17 Mar 2011 16:45:00 -0400 Original-Received: from [140.186.70.92] (port=44549 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0K3w-0000tk-Qq for emacs-devel@gnu.org; Thu, 17 Mar 2011 16:44:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0K3u-0003Ks-DX for emacs-devel@gnu.org; Thu, 17 Mar 2011 16:44:52 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:50797) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0K3u-0003Ko-C0 for emacs-devel@gnu.org; Thu, 17 Mar 2011 16:44:50 -0400 Original-Received: from localhost ([127.0.0.1]:57971) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0K3u-0006tE-51; Thu, 17 Mar 2011 16:44:50 -0400 X-Spook: credit card IDEA Telex BCCI ASO Manfurov Bin Laden clones X-Ran: fnCtp(Oa0%9u'b5X$,%efU~ (Eli Zaretskii's message of "Thu, 17 Mar 2011 22:40:23 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 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:137371 Archived-At: Eli Zaretskii wrote: > The config.in intended to be edited by config.bat for the MS-DOS build > should be in the release tarballs. I've been meaning to say: release tarfiles will continue to contain src/config.in, exactly as they do now. So you don't actually need to change anything msdos-related for releases. You will only need to make a change for building the msdos build from bzr. config.bat should use src/config.in if it exists, otherwise build-aux/config.in (or wherever the file ends up living).