edbus: exec configure in the end to preserve return code
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 1 Nov 2012 16:41:17 +0000 (16:41 +0000)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 1 Nov 2012 16:41:17 +0000 (16:41 +0000)
SVN revision: 78803

autogen.sh

index b43d171..fcad521 100755 (executable)
@@ -3,5 +3,5 @@
 autoreconf -f -i
 
 if [ -z "$NOCONFIGURE" ]; then
-    ./configure "$@"
+    exec ./configure "$@"
 fi