From b4c95bb42a85d6c620b694d9eb03803ed3b4de2d Mon Sep 17 00:00:00 2001 From: cypherpunks Date: Thu, 15 Dec 2016 17:02:30 +0000 Subject: Report errors when updating configuration files --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 8c43a9798a..276dd4047c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,12 +1,12 @@ #!/bin/sh if [ -x "`which autoreconf 2>/dev/null`" ] ; then - opt="-if" + opt="-i -f -W all,error" for i in $@; do case "$i" in -v) - opt=$opt"v" + opt="${opt} -v" ;; esac done -- cgit v1.2.3-54-g00ecf