Skip to content

Require LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL

Alan Coopersmith requested to merge alanc/libxfixes:misc into master

AC_PROG_LIBTOOL was replaced by LT_INIT in libtool 2 in 2008, so it's time to rely on it.

Clears autoconf warnings:

configure.ac:44: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
configure.ac:44: You should run autoupdate.
aclocal.m4:3465: AC_PROG_LIBTOOL is expanded from...
configure.ac:44: the top level
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.

Merge request reports