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

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

Re: [avr-gcc-list] no avr/lib/avr25/attiny13a/Makefile.in


From: Anatoly Sokolov
Subject: Re: [avr-gcc-list] no avr/lib/avr25/attiny13a/Makefile.in
Date: Sun, 1 Feb 2009 19:01:50 +0300

Hi.

> I'm ok with say that we require some verion >= X. Anything < X should fail. 
> Anything >= X should be allowed. With X being the lowest version that we 
> check for.

Test for autoconf min version alredy present in "configure.ac":
38: AC_PREREQ(2.57)


Test for automake version can add this way:
configure.ac:126:
- AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
+ AM_INIT_AUTOMAKE([1.8 dist-bzip2 no-dist-gzip])


And remove test for autoconf and automake min version from bootstrap.

Anatoly.


reply via email to

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