support for old tools?
Moderator: Forum Moderators
Forum rules
Before reporting issues in this section, you must read the following topic:
Before reporting issues in this section, you must read the following topic:
support for old tools?
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
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

Re: support for old tools?
This limitation is set but aclocal itself. Remove aclocal.m4 and run aclocal-1.7 and try again.gandalf wrote: aclocal.m4:39: error: Autoconf version 2.54 or higher is required
Re: support for old tools?
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/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
Then you should have all required building tools.