From b5ceb1af2a0191d091acfc3e77ed60b14b8b4207 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Wed, 17 Oct 2012 15:50:17 +1100 Subject: [PATCH] disable verbose flag when calling autoreconf in autogen.sh. This just produces some excess noise on stderr. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 0592f16..0e1507e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,7 @@ #!/bin/sh if [ -x "`which autoreconf 2>/dev/null`" ] ; then - exec autoreconf -ivf + exec autoreconf -if fi set -e -- 1.7.9.5