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:29:21 +0300
committerMike Frysinger <vapier@gentoo.org>2022-01-19 03:15:44 +0300
commitfe591ba3f75abce9e17c2c5cfab0f192a622954d (patch)
tree3f2dc6a8290ab223c07ac7422eb2b62c6a9be59f /newlib/configure.ac
parent71086e8b2d70c1e71a8372f35d9901505fc72905 (diff)
newlib: update libtool macro name
Replace old AM_PROG_LIBTOOL name with LT_INIT. There's no change to the generated files since they're aliases internally.
Diffstat (limited to 'newlib/configure.ac')
-rw-r--r--newlib/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/configure.ac b/newlib/configure.ac
index 6d89c3a32..a7fe598d6 100644
--- a/newlib/configure.ac
+++ b/newlib/configure.ac
@@ -279,7 +279,7 @@ _LT_PROG_ECHO_BACKSLASH
AC_PROG_AWK
if test "${use_libtool}" = "yes"; then
AC_LIBTOOL_WIN32_DLL
-AM_PROG_LIBTOOL
+LT_INIT
fi
dnl The following is being disabled because the mathfp library is