[Xcb-commit] util-common-m4: xcb_util_common.m4
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Fri Jul 1 16:30:27 UTC 2022
xcb_util_common.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c617eee22ae5c285e79e81ec39ce96862fd3262f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Sat Jun 18 10:33:03 2022 -0700
Require LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
configure.ac:8: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
configure.ac:8: You should run autoupdate.
m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
m4/xcb_util_common.m4:8: XCB_UTIL_COMMON is expanded from...
configure.ac:8: the top level
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
diff --git a/xcb_util_common.m4 b/xcb_util_common.m4
index bc1cd42..7071c63 100644
--- a/xcb_util_common.m4
+++ b/xcb_util_common.m4
@@ -9,7 +9,7 @@ AC_DEFUN([XCB_UTIL_COMMON], [
m4_ifndef([AX_COMPARE_VERSION],
[m4_fatal([could not find AX_COMPARE_VERSION in macros search path])])
-AC_REQUIRE([AC_PROG_LIBTOOL])
+AC_REQUIRE([LT_INIT])
# Define header files and pkgconfig paths
xcbincludedir='${includedir}/xcb'
More information about the xcb-commit
mailing list