diff --git a/autogen.sh b/autogen.sh index af7d03c30..3745acde1 100755 --- a/autogen.sh +++ b/autogen.sh @@ -36,7 +36,7 @@ cd "$srcdir" mkdir -p m4 -AUTORECONF=`which autoreconf` +AUTORECONF=`command -v autoreconf` if test -z $AUTORECONF; then echo "*** No autoreconf found ***" exit 1