Followup on autoconf 2.62 problems

I wrote about autoconf 2.62 problems as soon as I found one, and I did expect more to come. As it happens, I wasn’t that wrong, and while the tracker is still filling up, problems arose. Some of which didn’t even pass through bugzilla – if a package of mine fails, I tend to fix it without documenting it in the Bugzilla, I know it’s wrong, I probably should, for reference.

For those who are interested in the problems that can arise with autoconf 2.62, I can list a few:

Additionally, you might have failures in autoconf when you’re using libtool 2.2, as it (finally!) doesn’t check for C++ and Fortran compilers every time – which by the way means that re-running autotools to use the new libtool macros is something that might actually save time rather than wasting it. There exists software that expected libtool to do the checking, and didn’t actually require for instance AC_PROG_CXX to look for the C++ compiler. In that case you just have to add the macro to the configure.ac file.

And again, please don’t revbump your package to add these fixes, people not updating to gcc 4.3 don’t want to rebuild their packages just because!

Exit mobile version