From 43a8fc6dae219fa82f449f054321d22e07660704 Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Sun, 8 Jun 2025 12:19:12 +0300 Subject: configure.ac: AC_PROG_LIBTOOL -> LT_INIT (by autoupdate) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0f69555..61be567 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_CONFIG_HEADERS([config.h]) AC_PROG_CC AC_LANG(C) -AC_PROG_LIBTOOL +LT_INIT # --enable and --with options AC_ARG_ENABLE([debug-output], -- cgit v1.2.3