Re: specifying an autoconf version

2006-12-23 Thread Sven Arvidsson
On Tue, 2006-12-19 at 23:39 -0500, Kamaraju Kusumanchi wrote:
 Now I want to compile some software on this system which requires autoconf  
 2.50. So I would like to use autoconf 2.53 instead of the default 2.13 . What 
 is the easiest way to override the default and ensure that 2.53 autoconf is 
 used instead of 2.13? There seems to be no option in the configure script. Is 
 there any other elegant way?

Hi,

Doesn't the alternatives system solve this? Try,

 update-alternatives --config autoconf

as root.

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 760BDD22


signature.asc
Description: This is a digitally signed message part


Re: specifying an autoconf version

2006-12-23 Thread Kamaraju Kusumanchi
On Saturday 23 December 2006 08:51, Sven Arvidsson wrote:
 On Tue, 2006-12-19 at 23:39 -0500, Kamaraju Kusumanchi wrote:
  Now I want to compile some software on this system which requires
  autoconf  2.50. So I would like to use autoconf 2.53 instead of the
  default 2.13 . What is the easiest way to override the default and ensure
  that 2.53 autoconf is used instead of 2.13? There seems to be no option
  in the configure script.. Is there any other elegant way?

 Hi,

 Doesn't the alternatives system solve this? Try,

  update-alternatives --config autoconf

 as root.

I forgot to mention that I do not have access to the root password on this 
system. Sorry!

raju

-- 
Kamaraju S Kusumanchi
http://www.people.cornell.edu/pages/kk288/
http://malayamaarutham.blogspot.com/

--
Jumpstart your tech career.
University of Phoenix offers the top technology program 100% online.
http://tags.bluebottle.com/fc/BgLEQfI8hY6yl7WSk8Y4UA0X61RJn3DWYMIl/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



specifying an autoconf version

2006-12-19 Thread Kamaraju Kusumanchi
This seems to be a simple question but I could not find a proper way to do 
this. I am trying to install software on a old computer with gcc-2.9, two 
versions of autoconf 2.13, 2.53. The defaults point to 2.13 which is 
installed in /usr/bin .The 2.53 version is installed in some arbitrary 
location.

Now I want to compile some software on this system which requires autoconf  
2.50. So I would like to use autoconf 2.53 instead of the default 2.13 . What 
is the easiest way to override the default and ensure that 2.53 autoconf is 
used instead of 2.13? There seems to be no option in the configure script. Is 
there any other elegant way?

thanks
raju

-- 
Kamaraju S Kusumanchi
http://www.people.cornell.edu/pages/kk288/
http://malayamaarutham.blogspot.com/

--
Click to compare  save $100's on life insurance, free quote
http://tags.bluebottle.com/fc/KCuXzzVOgzY4kNHmFffvbkgY2WAtF7/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: specifying an autoconf version

2006-12-19 Thread Sergio Cuéllar Valdés

On 12/19/06, Kamaraju Kusumanchi [EMAIL PROTECTED] wrote:

This seems to be a simple question but I could not find a proper way to do
this. I am trying to install software on a old computer with gcc-2.9, two
versions of autoconf 2.13, 2.53. The defaults point to 2.13 which is
installed in /usr/bin .The 2.53 version is installed in some arbitrary
location.

Now I want to compile some software on this system which requires autoconf 
2.50. So I would like to use autoconf 2.53 instead of the default 2.13 . What
is the easiest way to override the default and ensure that 2.53 autoconf is
used instead of 2.13? There seems to be no option in the configure script. Is
there any other elegant way?

thanks
raju


Hi,

I think you should set the variable AUTOCONF to the path where is the
binary you want to use.

Best regards,
Sergio Cuellar

--
Meine Hoffnung soll mich leiten
Durch die Tage ohne Dich
Und die Liebe soll mich tragen
Wenn der Schmerz die Hoffnung bricht


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]