emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why does make run git?


From: Paul Eggert
Subject: Re: Why does make run git?
Date: Wed, 2 Aug 2017 13:04:36 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

On 08/02/2017 12:10 PM, Eli Zaretskii wrote:
Maybe I'm confused, but top-level Makefile.in has this:

   $(srcdir)/configure: $(srcdir)/configure.ac $(srcdir)/m4/*.m4
          cd $(srcdir) && ./autogen.sh

Ah, you're right, that should say './autogen.sh autoconf', not plain './autogen.sh', since the intent is only to build 'configure'. This is a typo regardless of whether my recently-proposed patch is accepted, and I fixed it with the attached.

Attachment: 0001-Clarify-when-autogen.sh-should-run-only-autoconf.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]