Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Do not check anymore for atf-c.h because check_PROGRAMS are only built when running make check
Baptiste Daroussin committed 11 years ago
commit dfc6d2637c3ecfb5ac7e5147e240b8a5f226e263
parent 7b8dada
2 files changed +1 -5
modified configure.ac
@@ -219,10 +219,6 @@ AS_IF([test "x$with_ldns" = "xyes"], [
   ])
])

-
AC_CHECK_HEADER([atf-c.h], [
-
	 TESTS="\$(tests_programs)"
-
 ])
-

AC_CHECK_HEADER([sys/capability.h], [
        AC_CHECK_LIB(c, cap_sandboxed, [
                AC_DEFINE(HAVE_CAPSICUM, 1, [Define 1 if you have 'capsicum'.])
modified tests/Makefile.am
@@ -46,7 +46,7 @@ EXTRA_DIST= frontend/png.ucl \
TESTS =
tests_programs=	pkg_printf pkg_validation plist
EXTRA_PROGRAMS=	$(tests_programs)
-
check_PROGRAMS=	@TESTS@
+
check_PROGRAMS=	$(tests_programs)
check_SCRIPTS=	frontend/pkg.sh \
		frontend/annotate.sh \
		frontend/search.sh \