From ee1ca9b8446c128e9db78c4c79f3c23f5f5824c0 Mon Sep 17 00:00:00 2001 From: mes5k Date: Wed, 11 Aug 2004 03:32:14 +0000 Subject: [PATCH] made path explicit --- autotools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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