From 41cf758b3f50554e0aa5240a5898b693758d9670 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Tue, 29 Mar 2022 12:27:20 -0400 Subject: Drop remaining vestiges of libtool Drop libtool logic from gen-dll, allowing us to drop the remaining logic from the `configure` script. Strangely, this appears to reliably reduce compiler allocations of T16875 on Windows. Closes #18826. Metric Decrease: T16875 --- m4/fp_settings.m4 | 6 ------ 1 file changed, 6 deletions(-) (limited to 'm4') diff --git a/m4/fp_settings.m4 b/m4/fp_settings.m4 index 4db7cd46af..dbacd3a816 100644 --- a/m4/fp_settings.m4 +++ b/m4/fp_settings.m4 @@ -74,11 +74,6 @@ AC_DEFUN([FP_SETTINGS], fi # Platform-agnostic tools - if test -z "$LibtoolCmd"; then - LibtoolCmd="libtool" - fi - SettingsLibtoolCommand="$LibtoolCmd" - if test -z "$ClangCmd"; then ClangCmd="clang" fi @@ -125,7 +120,6 @@ AC_DEFUN([FP_SETTINGS], AC_SUBST(SettingsInstallNameToolCommand) AC_SUBST(SettingsDllWrapCommand) AC_SUBST(SettingsWindresCommand) - AC_SUBST(SettingsLibtoolCommand) AC_SUBST(SettingsTouchCommand) AC_SUBST(SettingsClangCommand) AC_SUBST(SettingsLlcCommand) -- cgit v1.2.1