Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-17 20:45:10 +0300
committerMike Frysinger <vapier@gentoo.org>2022-01-19 03:15:44 +0300
commit3722489f1f606b7e35457dae63e5038e23f0752b (patch)
tree0d6f0c1f493f604e395a3ffa04f6fc8ca79ccf97 /newlib/configure.ac
parentfe591ba3f75abce9e17c2c5cfab0f192a622954d (diff)
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).
Diffstat (limited to 'newlib/configure.ac')
-rw-r--r--newlib/configure.ac3
1 files changed, 1 insertions, 2 deletions
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