autoconf
[Top][All Lists]
Advanced

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

Re: Upgrading autoconf


From: Bob Proulx
Subject: Re: Upgrading autoconf
Date: Mon, 1 Oct 2007 22:43:48 -0600
User-agent: Mutt/1.5.13 (2006-08-11)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]