From 9946804e286b4186382c67d88f6c3bc16df9c0dd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 17 Nov 2011 10:30:36 +0100 Subject: build: exempt defid from a built-in automake check defid *does* support --help and --version, but only when gid is already in your shell's search path. That is not the case for the first pre-install build. * src/Makefile.am (AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): Define. --- src/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index b1afb47..8aa82dd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,3 +16,8 @@ AM_CPPFLAGS = -I$(top_srcdir)/lib \ AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS) LDADD = ../libidu/libidu.a ../lib/libgnu.a $(LIBINTL) ../lib/libgnu.a + +# Tell automake's installcheck-binPROGRAMS rule that defid +# need not be checked for --help and --version support. +# Otherwise, it would usually fail when gid is not already installed. +AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = defid -- cgit v1.2.3