From ca9124d84ca81fd21f5a20a8d20c185efd9a1a2c Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Thu, 1 Nov 2012 16:41:17 +0000 Subject: [PATCH] edbus: exec configure in the end to preserve return code SVN revision: 78803 --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index b43d171..fcad521 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,5 +3,5 @@ autoreconf -f -i if [ -z "$NOCONFIGURE" ]; then - ./configure "$@" + exec ./configure "$@" fi -- 2.7.4