View Single Post
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#5
Originally Posted by gregoranderson View Post
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
It worked, thanks!
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

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