From ec01a22f7d13147a52ac8c0c1ee1b5fc2426de39 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Fri, 23 May 2014 16:02:18 +1000 Subject: Do not check makepkg-wrapper for standard options Fixes "make distcheck". Signed-off-by: Allan McRae --- scripts/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/Makefile.am') diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 43045df2..0b756ad6 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,5 +1,6 @@ # enforce that all scripts have a --help and --version option AUTOMAKE_OPTIONS = std-options +AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = makepkg-wrapper SUBDIRS = po -- cgit v1.2.3-24-g4f1b