From f4fe7371fbcda00588e48fe8d9bb8ce5b793dea2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg <daniel@haxx.se> Date: Sat, 13 Feb 2016 10:57:48 +0100 Subject: [PATCH] configure: run configure in 'test' too Having the test dir completely stand-alone causes too many issues for users and devs. It still needs to be built specifically. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 13195d29..53c5cfa7 100644 --- a/configure.ac +++ b/configure.ac @@ -877,6 +877,8 @@ squeeze CARES_PRIVATE_LIBS XC_CHECK_BUILD_FLAGS +AC_CONFIG_SUBDIRS([test]) + AC_CONFIG_FILES([Makefile libcares.pc]) AC_OUTPUT XC_AMEND_DISTCLEAN(['.'])