diff --git a/autotools.sh b/autotools.sh index 9b2f08f..dd9defd 100755 --- a/autotools.sh +++ b/autotools.sh @@ -1,7 +1,7 @@ #!/bin/bash echo "Using autotools versions:" -if [[ -e autoconf-2.5x && -e automake-1.7 ]] +if [[ -e /usr/bin/autoconf-2.5x && -e /usr/bin/automake-1.7 ]] then autoconf-2.5x --version | grep autoconf automake-1.7 --version | grep automake