avr-gcc-list
[Top][All Lists]
Advanced

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

Re: [avr-gcc-list] Compiling avr-libc-1_2-branch from cvs


From: John Altstadt
Subject: Re: [avr-gcc-list] Compiling avr-libc-1_2-branch from cvs
Date: Mon, 07 Nov 2005 19:05:05 -0800
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051015)

Joerg Wunsch wrote:
As Uwe Fechner wrote:


Well, this still does not work:

-bash-3.00# ./reconf
+ aclocal
+ autoconf
FATAL ERROR: Autoconf version 2.50 or higher is required for this script


Sorry, no idea what you've mixed up.  Correct version of aclocal?

configure.in has this:

AC_PREREQ(2.13)

...so it's supposed to require autoconf 2.13, not 2.50+.

I know that auto* backwards compatibility is a pain in the butt, and
I'm more than glad the next version will no longer require those
ancient tools.


This is the exact problem I reported a few months ago at http://savannah.nongnu.org/bugs/?func=detailitem&item_id=13416

The workaround given in the bug report is to temporarily rename the various autoconf files in /usr/bin. E.g.
# mv autoconf autoconf.original
# mv autoconf-2.13 autoconf

Without renaming the files as described above, autoconf --version will actually run /usr/lib/misc/ac-wrapper.sh, which will then execute autoconf-2.13 --version.

John




reply via email to

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