tests: temporarily disable part of "make distcheck"
authorJim Meyering <meyering@redhat.com>
Thu, 11 Sep 2008 20:37:39 +0000 (22:37 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 11 Sep 2008 20:37:39 +0000 (22:37 +0200)
* maint.mk (install-transform-check): Temporarily disable.

maint.mk

index 492fb0f..7b9d0ee 100644 (file)
--- a/maint.mk
+++ b/maint.mk
@@ -736,6 +736,13 @@ define install-transform-check
                     "$(pfx)/share/man/man1/zyx.1"
 endef
 
+# Temporarily disable this check;
+# With the very latest automake from git, the above definition
+# would induce a "make distcheck" failure.
+define install-transform-check
+  :
+endef
+
 # Install, then verify that all binaries and man pages are in place.
 # Note that neither the binary, ginstall, nor the ].1 man page is installed.
 define my-instcheck