Skip to content

Fix autoconf

Heiko Lewin requested to merge hlewin/cairo:fix-autoconf into master

autogen.sh generates a load of warnings - more than "normal" - when using autoconf 2.70. This is because of the use of some obsolete functions. This commit tries to fix up those.

WARNING: autoconf is cryptic and errors lead to non-obvious fails. I was able to cross-compile for other platforms using this, so I don't rule out that this is actually correct. But that's it.

Merge request reports