diff --git a/autogen.sh b/autogen.sh index a52f1f18..4de9c0d2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -7,7 +7,7 @@ test -f mu/mu.cc || { } command -V autoreconf > /dev/null -if [[ $? != 0 ]]; then +if [ $? != 0 ]; then echo "*** No autoreconf found, please install it ***" exit 1 fi