Just a quick guess, but try alias? Code: alias autoconf='path/to/autoconf' Replace path to autoconf with the full path to your autoconf. To unalias (return to the shell built-in), just do the following: Code: unalias autoconf
alias autoconf='path/to/autoconf'
unalias autoconf