From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master has switched from Automake to GNU Make Date: Fri, 17 Mar 2017 21:51:09 +0200 Message-ID: <83tw6ry95e.fsf@gnu.org> References: <58CB9F6B.5080806@gmx.at> <83h92sz2j9.fsf@gnu.org> <58CBAEB7.5030601@gmx.at> <58CBBC6C.8000104@gmx.at> <83var7yaaf.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1489780344 31901 195.159.176.226 (17 Mar 2017 19:52:24 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 17 Mar 2017 19:52:24 +0000 (UTC) Cc: rudalics@gmx.at, emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 17 20:52:20 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1coxv6-0007Vz-F5 for ged-emacs-devel@m.gmane.org; Fri, 17 Mar 2017 20:52:16 +0100 Original-Received: from localhost ([::1]:50528 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1coxvC-0007Ix-Hn for ged-emacs-devel@m.gmane.org; Fri, 17 Mar 2017 15:52:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44688) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1coxuT-0006iL-LM for emacs-devel@gnu.org; Fri, 17 Mar 2017 15:51:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1coxuQ-0004M2-Jk for emacs-devel@gnu.org; Fri, 17 Mar 2017 15:51:37 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49618) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1coxuQ-0004Ly-G5; Fri, 17 Mar 2017 15:51:34 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4715 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1coxuO-0007A6-KM; Fri, 17 Mar 2017 15:51:33 -0400 In-reply-to: (message from Paul Eggert on Fri, 17 Mar 2017 12:33:30 -0700) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:213096 Archived-At: > Cc: rudalics@gmx.at, emacs-devel@gnu.org > From: Paul Eggert > Date: Fri, 17 Mar 2017 12:33:30 -0700 > > > You can now run './autogen.sh git'. > > > > I expected it to say something about running ./configure. > > That's longstanding behavior, a reminder to run './autogen.sh git' to > obtain the usual Git settings. If you run './autogen.sh git' to adjust > your Git settings, it will then suggest running ./configure. That's a weird way of suggesting an optional feature. How about something like this instead: You can now run './autogen.sh git' or './configure'.