From 3722489f1f606b7e35457dae63e5038e23f0752b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 17 Jan 2022 12:45:10 -0500 Subject: newlib: merge old AC_LIBTOOL_WIN32_DLL macro into LT_INIT The AC_LIBTOOL_WIN32_DLL macro has been deprecated for a while and code should call LT_INIT with win32-dll instead. Update the calls to match. The generated code is noisy not because of substantial differences, but because the order of some macros change (i.e. instead of calling AS and then CC, CC is called first and then AS). --- newlib/configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'newlib/configure.ac') diff --git a/newlib/configure.ac b/newlib/configure.ac index a7fe598d6..e66b10343 100644 --- a/newlib/configure.ac +++ b/newlib/configure.ac @@ -278,8 +278,7 @@ _LT_DECL_SED _LT_PROG_ECHO_BACKSLASH AC_PROG_AWK if test "${use_libtool}" = "yes"; then -AC_LIBTOOL_WIN32_DLL -LT_INIT +LT_INIT([win32-dll]) fi dnl The following is being disabled because the mathfp library is -- cgit v1.2.3