diff options
author | Allan McRae <allan@archlinux.org> | 2014-05-23 08:02:18 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-05-23 08:02:18 +0200 |
commit | ec01a22f7d13147a52ac8c0c1ee1b5fc2426de39 (patch) | |
tree | 6bd28dfef7dc3c685e6a28a935cbc1cfea7c9306 | |
parent | d39d3b3a0997a997af48e4446e4b97c53be2439d (diff) | |
download | pacman-ec01a22f7d13147a52ac8c0c1ee1b5fc2426de39.tar.gz pacman-ec01a22f7d13147a52ac8c0c1ee1b5fc2426de39.tar.xz |
Do not check makepkg-wrapper for standard options
Fixes "make distcheck".
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r-- | scripts/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |