From 3d36f4601c99e838d7c58df45017cac2f6307d96 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sun, 20 Aug 2023 09:15:15 +0200 Subject: [PATCH] autoconf: Remove obsolete AC_PROG_LIBTOOL It was replaced by LT_INIT (which is already in configure.ac). Signed-off-by: Stefan Weil --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 345bb7306..de83a0ee2 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,6 @@ AC_PROG_AWK AC_PROG_CC AC_PROG_CPP AC_PROG_INSTALL -AC_PROG_LIBTOOL AC_PROG_LN_S AC_PROG_MAKE_SET