X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bootstrap;h=ac327fd870f1bd0912954560922c4224280c2a8d;hb=49970bb42937cd441fca0a16372f5be35594f605;hp=4d66f16ff4a19a74eadcd3017d51b451b73bda46;hpb=65510afff78d4efa075336929f218c36da39ee25;p=profile%2Fivi%2Fmurphy.git diff --git a/bootstrap b/bootstrap index 4d66f16..ac327fd 100755 --- a/bootstrap +++ b/bootstrap @@ -9,11 +9,13 @@ aclocal -I m4 && \ status=$? if [ $status == 0 ]; then - if [ "$1" == "configure" ]; then - shift + if [ -n "$1" ]; then + [ "$1" == "configure" ] && shift || : ./configure $* status=$? fi +else + echo "Failed to bootstrap." fi exit $status