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