From 4e4fb127f1f54dee7dd28550f9656289e5d026cb Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 24 Apr 2008 23:45:05 +0000 Subject: Disable the uninstall check since Perl can't uninstall. --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 62b5e27..35ccf50 100644 --- a/Makefile.am +++ b/Makefile.am @@ -181,3 +181,8 @@ check-local: $(check_PROGRAMS) @echo '' @echo '' cd perl && $(MAKE) test + +# Alas, we have to disable this check because there's no way to do an +# uninstall from Perl. +distuninstallcheck: + @: -- cgit v1.2.3