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:26:32 +0200 Message-ID: <83var7yaaf.fsf@gnu.org> References: <58CB9F6B.5080806@gmx.at> <83h92sz2j9.fsf@gnu.org> <58CBAEB7.5030601@gmx.at> <58CBBC6C.8000104@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1489778836 32447 195.159.176.226 (17 Mar 2017 19:27:16 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 17 Mar 2017 19:27:16 +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:27:12 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 1coxWm-0007fJ-Pw for ged-emacs-devel@m.gmane.org; Fri, 17 Mar 2017 20:27:08 +0100 Original-Received: from localhost ([::1]:50449 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1coxWs-0008TJ-QK for ged-emacs-devel@m.gmane.org; Fri, 17 Mar 2017 15:27:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1coxWi-0008Ry-2q for emacs-devel@gnu.org; Fri, 17 Mar 2017 15:27:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1coxWe-00042F-52 for emacs-devel@gnu.org; Fri, 17 Mar 2017 15:27:04 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49281) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1coxWe-000423-1r; Fri, 17 Mar 2017 15:27:00 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4671 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1coxWd-00031E-6l; Fri, 17 Mar 2017 15:26:59 -0400 In-reply-to: (message from Paul Eggert on Fri, 17 Mar 2017 11:58:34 -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:213094 Archived-At: > From: Paul Eggert > Date: Fri, 17 Mar 2017 11:58:34 -0700 > Cc: emacs-devel@gnu.org > > I installed this change into Emacs master. It discontinues the use of > Automake and moves some makefiles around, so you'll have to run > './autogen.sh' and then './configure'. Although there's a bit of pain > now (and there will probably be some shakeout bugs), I hope that the new > approach causes fewer gnulib.mk etc. glitches in the future. Not sure this is related, but autogen.sh now says after it finishes You can now run './autogen.sh git'. I expected it to say something about running ./configure.