aboutsummaryrefslogtreecommitdiff
path: root/newlib/iconvdata
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-17 12:29:21 -0500
committerMike Frysinger <vapier@gentoo.org>2022-01-18 19:15:44 -0500
commitfe591ba3f75abce9e17c2c5cfab0f192a622954d (patch)
tree3f2dc6a8290ab223c07ac7422eb2b62c6a9be59f /newlib/iconvdata
parent71086e8b2d70c1e71a8372f35d9901505fc72905 (diff)
downloadnewlib-fe591ba3f75abce9e17c2c5cfab0f192a622954d.zip
newlib-fe591ba3f75abce9e17c2c5cfab0f192a622954d.tar.gz
newlib-fe591ba3f75abce9e17c2c5cfab0f192a622954d.tar.bz2
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/iconvdata')
-rw-r--r--newlib/iconvdata/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/iconvdata/configure.ac b/newlib/iconvdata/configure.ac
index 4811223..7840b2b 100644
--- a/newlib/iconvdata/configure.ac
+++ b/newlib/iconvdata/configure.ac
@@ -16,7 +16,7 @@ _LT_DECL_SED
_LT_PROG_ECHO_BACKSLASH
if test "${use_libtool}" = "yes"; then
AC_LIBTOOL_WIN32_DLL
-AM_PROG_LIBTOOL
+LT_INIT
fi
AC_CONFIG_FILES([Makefile])