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.
_______________________________________________ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org http://lists.nongnu.org/mailman/listinfo/avr-gcc-list