aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2022-06-13 16:22:02 +0200
committerMarcel Holtmann <marcel@holtmann.org>2022-06-13 16:22:02 +0200
commitd1724734e2ba9787d4b8effe8474b12b2cc92fd7 (patch)
treeed2e1880f0ec13819a95f7406485c812e6752512
parentfa9a0536a013ccc1db7bc1c4cbba6a2510b51a86 (diff)
downloadpacrunner-d1724734e2ba9787d4b8effe8474b12b2cc92fd7.tar.gz
build: Update to support Libtool >= 2.2
-rw-r--r--configure.ac7
1 files changed, 2 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 63ce857..6a4bf1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,11 +26,8 @@ AC_PROG_CC
AC_PROG_CC_PIE
AC_PROG_INSTALL
-m4_define([_LT_AC_TAGCONFIG], [])
-m4_ifdef([AC_LIBTOOL_TAGS], [AC_LIBTOOL_TAGS([])])
-
-AC_DISABLE_STATIC
-AC_PROG_LIBTOOL
+LT_PREREQ(2.2)
+LT_INIT([disable-static])
AC_ARG_ENABLE(optimization, AS_HELP_STRING([--disable-optimization],
[disable code optimization through compiler]), [