View Single Post
Posts: 244 | Thanked: 354 times | Joined on Jul 2010 @ Scotland
#4
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
 

The Following User Says Thank You to gregoranderson For This Useful Post: