From fe591ba3f75abce9e17c2c5cfab0f192a622954d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 17 Jan 2022 12:29:21 -0500 Subject: 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. --- newlib/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/configure.ac') 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 -- cgit v1.2.3