automake
[Top][All Lists]
Advanced

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

Re: [PATCH] maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused


From: Jim Meyering
Subject: Re: [PATCH] maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
Date: Sun, 13 Dec 2009 11:44:15 +0100

Paolo Bonzini wrote:
> On 12/13/2009 10:31 AM, Jim Meyering wrote:
>> -# Use this to make sure we don't run these programs when building
>> -# from a virgin tgz file, below.
>> -null_AM_MAKEFLAGS = \
>> -  ACLOCAL=false \
>> -  AUTOCONF=false \
>> -  AUTOMAKE=false \
>> -  AUTOHEADER=false \
>> -  MAKEINFO=false
>
> This rule could actually be moved to Automake's distcheck target.

Good idea.
FYI, here's the definition I have now:
(added GPERF and LIBTOOL, and made it overridable)

# Use this to make sure we don't run these programs when building
# from a virgin tgz file, below.
null_AM_MAKEFLAGS ?= \
  ACLOCAL=false \
  AUTOCONF=false \
  AUTOMAKE=false \
  AUTOHEADER=false \
  GPERF=false \
  LIBTOOL=false \
  MAKEINFO=false




reply via email to

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