eldbus - only unref client conns that are not null after dispatch
[platform/upstream/eldbus.git] / autogen.sh
index b43d171..fcad521 100755 (executable)
@@ -3,5 +3,5 @@
 autoreconf -f -i
 
 if [ -z "$NOCONFIGURE" ]; then
-    ./configure "$@"
+    exec ./configure "$@"
 fi