OSDN Git Service

maint: improve dist-check.mk rules
authorJim Meyering <meyering@redhat.com>
Mon, 14 Dec 2009 10:33:43 +0000 (11:33 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 14 Dec 2009 10:33:43 +0000 (11:33 +0100)
commitb3f0addf8c4fff140458ce0afbfc561c88cef98a
tree2eee3b0a7678812bf53df5200d363e500692d2b8
parenta31e237a15425b3345d40d2a22218ab1b8a1eeb3
maint: improve dist-check.mk rules

* dist-check.mk (null_AM_MAKEFLAGS): Remove LIBTOOL.  Adding it was
erroneous, since it is required when building from a distribution
tarball of a libtool-using project.  Reported by Ralf Wildenhues.
(my-distcheck): Reorganize to use a subshell and set -e, so that
failures propagate "out".  Without this change, setting LIBTOOL=false
would cause a failure that would then be ignored, probably due to a
problem in $(install-transform-check).
dist-check.mk