made path explicit

This commit is contained in:
mes5k 2004-08-11 03:32:14 +00:00
parent 867b526950
commit ee1ca9b844

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
echo "Using autotools versions:" 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 then
autoconf-2.5x --version | grep autoconf autoconf-2.5x --version | grep autoconf
automake-1.7 --version | grep automake automake-1.7 --version | grep automake