summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-18 10:33:03 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-01 16:25:01 +0000
commitc617eee22ae5c285e79e81ec39ce96862fd3262f (patch)
tree184bbcb9e3b4cad3c68f5c024fb47b34a22ff9ff
parentb84a4cf4e2fc37fba918a579322f615ea7bfcee1 (diff)
downloadutil-common-m4-master.tar.gz
Require LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLHEADmaster
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@oracle.com>
-rw-r--r--xcb_util_common.m42
1 files changed, 1 insertions, 1 deletions
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'