[dev-servo] Autoconf issue, requires 2.13 then demands 2.58 or newer

2014-05-20 Thread djmatix
I've been trying to compile for Android for the past two hours. I've finally 
gotten it to begin the compilation process knowing that Autoconf2.13 is 
required. So it is installed. 


During the compile process it then demands that 2.58 or greater be installed. 

configure: configuring src/mozjs
configure: configuring src/libexpat
ERROR: autoconf version 2.13 found.
   You need autoconf version 2.58 or newer installed.




So I installed 2.68 and begin to compile again. Now all of a sudden it errors 
out stating:

configure: configuring src/mozjs
autoconf: error: invalid option `-l'


So i'm stuck in an infinite loop of Autoconf requirements.

I'd appreciate any help, thanks!

-Matt
___
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo


Re: [dev-servo] Autoconf issue, requires 2.13 then demands 2.58 or newer

2014-05-20 Thread Jack Moffitt
Most of Servo's dependencies require a modernish version of autoconf,
but Spidermonkey requires exactly 2.13. Both are needed. In most linux
distros 2.13 is in the autoconf213 or autoconf2.13 package and can be
installed at the same time as the normal autoconf package. I believe
this is true of brew on OS X as well.

jack.
___
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo


Re: [dev-servo] Autoconf issue, requires 2.13 then demands 2.58 or newer

2014-05-20 Thread Matt Espinoza
Thanks for the response! I used brew to install 2.13 but had to manually 
install 2.68. So I have both installed but it seems to be referencing 
/usr/local/bin/autoconf for both. Can I explicitly reference both somehow so it 
knows?

Again I appreciate the response.


Sent from my Samsung Galaxy NoteĀ® II

 Original message From: Jack Moffitt 
 Date:05/20/2014  6:30 PM  (GMT-05:00) 
To: djma...@gmail.com Cc: 
mozilla-dev-se...@lists.mozilla.org Subject: Re: [dev-servo] 
Autoconf issue, requires 2.13 then demands 2.58 or newer 
Most of Servo's dependencies require a modernish version of autoconf,
but Spidermonkey requires exactly 2.13. Both are needed. In most linux
distros 2.13 is in the autoconf213 or autoconf2.13 package and can be
installed at the same time as the normal autoconf package. I believe
this is true of brew on OS X as well.

jack.
___
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo