From: Andy Moreton <andrewjmoreton@gmail.com>
To: 26100@debbugs.gnu.org
Subject: bug#26100: Switch from Automake to GNU Make
Date: Wed, 15 Mar 2017 17:20:08 +0000 [thread overview]
Message-ID: <vz1zigmwj7b.fsf@gmail.com> (raw)
In-Reply-To: <ebd1e66b-d637-cb4e-c861-e1cbf1ae8fcb@cs.ucla.edu>
On Tue 14 Mar 2017, Paul Eggert wrote:
> 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.
>
> http://lists.gnu.org/archive/html/emacs-devel/2017-01/msg00097.html
lib/Makefile.in has:
include ../nt/gnulib-cfg.mk
however for out of tree builds this should be:
include $(top_srcdir)/nt/gnulib-cfg.mk
After that change, I've bootstrapped this successfully from a clean tree
on Windows (64bit msys2 mingw64).
AndyM
next prev parent reply other threads:[~2017-03-15 17:20 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-15 0:16 bug#26100: Switch from Automake to GNU Make Paul Eggert
2017-03-15 15:34 ` Eli Zaretskii
2017-03-15 17:20 ` Andy Moreton [this message]
2017-03-16 0:10 ` Glenn Morris
2017-03-16 0:42 ` Glenn Morris
2017-03-16 9:22 ` Paul Eggert
2017-03-16 20:13 ` Anders Lindgren
2017-03-17 19:05 ` Paul Eggert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=vz1zigmwj7b.fsf@gmail.com \
--to=andrewjmoreton@gmail.com \
--cc=26100@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).