Actions
Bug #8179
closedconfigure.in requires newer Autoconf than specified by AC_PREREQ
Bug #8179:
configure.in requires newer Autoconf than specified by AC_PREREQ
Description
configure.in states
AC_PREREQ(2.62)
but building with Autoconf-2.64 fails due to missing feature. configure in releases are created using Autoconf-2.69 and that worked on trunk. I do not know the absolute minimum requirement, but 2.62 no longer is correct.
Actions