Re: Upgrading autoconf

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Eric Fowler wrote:
> Everything is fine now but I am still unaccountably picking up the old
> version from /usr/bin.

Is your shell hashing and saving the old location?

  $ type autoconf
  autoconf is hashed (/usr/bin/autoconf)

  $ hash -r
  $ type autoconf
  autoconf is /usr/local/bin/autoconf

If you are using bash then try 'help hash' to get more information.

You might want to explore using the 'shopt -o checkhash'
configuration.

Bob


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux