From 1d95f7520fea40c43c9e3ea86b895ca62b51d435 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 11 Jul 2013 22:12:05 +0200 Subject: configure: Redirect pkg-config errors to log file If pkg-config doesn't find a library it prints an error to stderr. Instead of directly printing them as part of the configure output, redirect them to config.log and let the user know about it in case there are any messages. Suggested-by: Daniel Borkmann Signed-off-by: Tobias Klauser --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b19b555..7b3e85c 100644 --- a/Makefile +++ b/Makefile @@ -210,6 +210,7 @@ clean: $(foreach tool,$(TOOLS),$(tool)_clean) distclean: clean $(Q)$(call RM,Config) $(Q)$(call RM,config.h) + $(Q)$(call RM,config.log) mrproper: distclean $(Q)$(GIT_REM) -- cgit v1.2.3-54-g00ecf