From 1e3ac4150c6c28973ad80afb9d0102eae659337f Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 31 Oct 2012 20:41:01 +0000 Subject: [PATCH] e: exec configure to preserve return code SVN revision: 78724 --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index ac7fed65b..7fb3a1e7c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,5 +3,5 @@ autoreconf --symlink --install -Wno-portability if [ -z "$NOCONFIGURE" ]; then - ./configure -C "$@" + exec ./configure -C "$@" fi