From 11ec1c4758053f863ad3bcb85371daa88cf0e1b4 Mon Sep 17 00:00:00 2001 From: Martin Stjernholm <mast@lysator.liu.se> Date: Sat, 17 Jun 2006 21:34:27 +0200 Subject: [PATCH] Show autoconf warnings in full. Rev: Makefile:1.156 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 655427b6fc..3156332018 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.155 2005/12/30 16:32:42 nilsson Exp $ +# $Id: Makefile,v 1.156 2006/06/17 19:34:27 mast Exp $ # # Meta Makefile # @@ -44,10 +44,10 @@ force: -@$(BIN_TRUE) src/configure: - cd src && ./run_autoconfig . 2>&1 | grep -v warning + cd src && ./run_autoconfig . force_autoconfig: - cd src && ./run_autoconfig . 2>&1 | grep -v warning + cd src && ./run_autoconfig . force_configure: -builddir="$(BUILDDIR)"; rm -f "$$builddir/Makefile" -- GitLab