summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-03-06 16:28:46 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-03-06 16:28:46 -0800
commit6bbbcf9218bbc686389387142978f90a3917c39a (patch)
tree2cf5d1c5d851ef8cd8a1eeac0c0f3704d1b085ad
parent37507b5f44332accfb1064ee69a4f6a833994747 (diff)
configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLHEADmaster
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:47: warning: The macro `AC_PROG_LIBTOOL' is obsolete. configure.ac:47: You should run autoupdate. m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from... configure.ac:47: the top level Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 12f505f..f8af5f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,7 +44,7 @@ AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign dist-xz])
# Initialize libtool
-AC_PROG_LIBTOOL
+LT_INIT
# Require xorg-macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
m4_ifndef([XORG_MACROS_VERSION],