From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#26100: Switch from Automake to GNU Make Date: Wed, 15 Mar 2017 17:34:48 +0200 Message-ID: <8337eeblk7.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1489592174 1693 195.159.176.226 (15 Mar 2017 15:36:14 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 15 Mar 2017 15:36:14 +0000 (UTC) Cc: 26100@debbugs.gnu.org To: Paul Eggert Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Mar 15 16:36:09 2017 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1coAy6-0008AX-B9 for geb-bug-gnu-emacs@m.gmane.org; Wed, 15 Mar 2017 16:36:06 +0100 Original-Received: from localhost ([::1]:38044 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1coAyC-0002ZE-Dh for geb-bug-gnu-emacs@m.gmane.org; Wed, 15 Mar 2017 11:36:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1coAy6-0002Z8-Gi for bug-gnu-emacs@gnu.org; Wed, 15 Mar 2017 11:36:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1coAy2-0001EP-Jo for bug-gnu-emacs@gnu.org; Wed, 15 Mar 2017 11:36:06 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:59135) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1coAy2-0001EH-Fa for bug-gnu-emacs@gnu.org; Wed, 15 Mar 2017 11:36:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1coAy2-0006wZ-6n for bug-gnu-emacs@gnu.org; Wed, 15 Mar 2017 11:36:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 15 Mar 2017 15:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 26100 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 26100-submit@debbugs.gnu.org id=B26100.148959212926649 (code B ref 26100); Wed, 15 Mar 2017 15:36:02 +0000 Original-Received: (at 26100) by debbugs.gnu.org; 15 Mar 2017 15:35:29 +0000 Original-Received: from localhost ([127.0.0.1]:57334 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1coAxU-0006vl-Ro for submit@debbugs.gnu.org; Wed, 15 Mar 2017 11:35:29 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42531) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1coAxT-0006vW-Jh for 26100@debbugs.gnu.org; Wed, 15 Mar 2017 11:35:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1coAxK-0000qx-Ev for 26100@debbugs.gnu.org; Wed, 15 Mar 2017 11:35:22 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57327) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1coAxK-0000qt-Ca; Wed, 15 Mar 2017 11:35:18 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1236 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1coAxJ-0006RE-OZ; Wed, 15 Mar 2017 11:35:18 -0400 In-reply-to: (message from Paul Eggert on Tue, 14 Mar 2017 17:16:21 -0700) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:130612 Archived-At: > From: Paul Eggert > Date: Tue, 14 Mar 2017 17:16:21 -0700 > > Attached is a patch to change the Emacs build procedure to use GNU Make > instead of Automake, along the lines I suggested in January. I tested > this on Fedora 25 and on Solaris 10. Although I've tried to make it > portable to MS-Windows I cannot easily test it there. I plan to do more > testing on it before installing it, and am sending it to bug-gnu-emacs > now to give the MS-Windows folks a heads-up. Looks okay to me, thanks. > diff --git a/nt/gnulib-modules-to-delete.cfg b/nt/gnulib-cfg.mk > similarity index 60% > rename from nt/gnulib-modules-to-delete.cfg > rename to nt/gnulib-cfg.mk > index 09bea0e..4095ecf 100644 > --- a/nt/gnulib-modules-to-delete.cfg > +++ b/nt/gnulib-cfg.mk > @@ -1,19 +1,37 @@ > -# This is the list of modules to be deleted from ../lib/gnulib.mk. > +# Configurations for ../lib/gnulib.mk. > # > -# We delete them because they either conflict with MinGW headers or > +# Copyright 2017 Free Software Foundation, Inc. > +# > +# This file is free software; you can redistribute it and/or modify > +# it under the terms of the GNU General Public License as published by > +# the Free Software Foundation; either version 3 of the License, or > +# (at your option) any later version. > +# > +# This file is distributed in the hope that it will be useful, > +# but WITHOUT ANY WARRANTY; without even the implied warranty of > +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > +# GNU General Public License for more details. > +# > +# You should have received a copy of the GNU General Public License > +# along with this file. If not, see . > + > + > +# Gnulib odules to be omitted from Emacs. ^^^^^^ A typo.