Hello!

I am running Autoconf 2.61a here. I want to add a version
guard to my configure.in and surprisingly adding

   AC_PREREQ(2.61b)

gives an error (from aclocal already) as expected
but

   AC_PREREQ(2.7)

doesn't make it stop. What am I doing wrong?
Is this a bug?

Thanks in advance!



Sebastian


PS: Please CC me as I'm not on the list.


_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to