support for old tools?

Having trouble with the game? Report issues and get help here. Read this first!

Moderator: Forum Moderators

Forum rules
Before reporting issues in this section, you must read the following topic:
Post Reply
gandalf
Posts: 157
Joined: August 24th, 2003, 4:15 pm
Location: Sweden

support for old tools?

Post by gandalf »

Are old tools going to be supported?

On my debian stable Linux box, I get
aclocal.m4:39: error: Autoconf version 2.54 or higher is required

when running make.

This is on the latest and greatest CVS code.
I have autoconf 2.50 :-(
miyo
Posts: 2201
Joined: August 19th, 2003, 4:28 pm
Location: Finland

Post by miyo »

Old Makefiles can be found under 'utils/' but they are not up to date. Autoconf in Debian Stable (Woody) is currently 2.53 (that is still 0.01 below needed).

- Miyo
ziberpunk

Re: support for old tools?

Post by ziberpunk »

gandalf wrote: aclocal.m4:39: error: Autoconf version 2.54 or higher is required
This limitation is set but aclocal itself. Remove aclocal.m4 and run aclocal-1.7 and try again.
benj
Posts: 103
Joined: November 24th, 2003, 6:19 pm
Location: Paris, France
Contact:

Re: support for old tools?

Post by benj »

gandalf wrote:On my debian stable Linux box, I get
aclocal.m4:39: error: Autoconf version 2.54 or higher is required

when running make.

This is on the latest and greatest CVS code.
I have autoconf 2.50 :-(
I believe you should install newer autotool packages in your box using backports, i.e. those from Adrian Bunk : http://prometheus.psico.unimib.it/debian/

Then you should have all required building tools.
ziberpunk

Post by ziberpunk »

I've added a new file to CVS called autogen.sh. Just run it before running configure and make shouldn't require any of the autotools now.
Post Reply