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.
This commit is contained in:
Mike Frysinger 2022-01-17 12:29:21 -05:00
parent 71086e8b2d
commit fe591ba3f7
16 changed files with 26 additions and 26 deletions

View File

@ -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

View File

@ -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])

View File

@ -56,7 +56,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_SUBDIRS(machine sys)

View File

@ -11,13 +11,13 @@ NEWLIB_CONFIGURE(../..)
dnl We have to add the following lines because automake detects the
dnl references to libtool libraries from aclocal and tries to verify that
dnl AM_PROG_LIBTOOL is being used. This must be added after
dnl the call to NEWLIB_CONFIGURE.
dnl LT_INIT is being used. This must be added after dnl the call to
dnl NEWLIB_CONFIGURE.
_LT_DECL_SED
_LT_PROG_ECHO_BACKSLASH
if test "${use_libtool}" = "yes"; then
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
LT_INIT
fi
if test -n "${machine_dir}"; then

View File

@ -11,13 +11,13 @@ NEWLIB_CONFIGURE(../../..)
dnl We have to add the following lines because automake detects the
dnl references to libtool libraries from aclocal and tries to verify that
dnl AM_PROG_LIBTOOL is being used. This code must occur after
dnl NEWLIB_CONFIGURE.
dnl LT_INIT is being used. This must be added after dnl the call to
dnl NEWLIB_CONFIGURE.
_LT_DECL_SED
_LT_PROG_ECHO_BACKSLASH
if test "${use_libtool}" = "yes"; then
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
LT_INIT
fi
AM_CONDITIONAL(MACH_ADD_SETJMP, test "x$mach_add_setjmp" = 'xtrue')

View File

@ -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
if test -n "${sys_dir}"; then

View File

@ -17,7 +17,7 @@ _LT_PROG_ECHO_BACKSLASH
AC_PROG_AWK
if test "${use_libtool}" = "yes"; then
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
LT_INIT
fi
AC_CONFIG_SUBDIRS(machine)

View File

@ -17,7 +17,7 @@ _LT_PROG_ECHO_BACKSLASH
AC_PROG_AWK
if test "${use_libtool}" = "yes"; then
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
LT_INIT
fi
if test -n "${machine_dir}"; then

View File

@ -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
if test -n "${machine_dir}"; then

View File

@ -17,7 +17,7 @@ _LT_PROG_ECHO_BACKSLASH
AC_PROG_AWK
if test "${use_libtool}" = "yes"; then
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
LT_INIT
fi
AC_CONFIG_FILES([Makefile])

View File

@ -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
if test -n "${machine_dir}"; then

View File

@ -17,7 +17,7 @@ _LT_PROG_ECHO_BACKSLASH
AC_PROG_AWK
if test "${use_libtool}" = "yes"; then
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
LT_INIT
fi
AC_CONFIG_FILES([Makefile])

View File

@ -45,7 +45,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_SUBDIRS(machine)

View File

@ -11,13 +11,13 @@ NEWLIB_CONFIGURE(../..)
dnl We have to add the following lines because automake detects the
dnl references to libtool libraries from aclocal and tries to verify that
dnl AM_PROG_LIBTOOL is being used. This must be added after
dnl the call to NEWLIB_CONFIGURE.
dnl LT_INIT is being used. This must be added after dnl the call to
dnl NEWLIB_CONFIGURE.
_LT_DECL_SED
_LT_PROG_ECHO_BACKSLASH
if test "${use_libtool}" = "yes"; then
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
LT_INIT
fi
machlib=

View File

@ -11,13 +11,13 @@ NEWLIB_CONFIGURE(../../..)
dnl We have to add the following lines because automake detects the
dnl references to libtool libraries from aclocal and tries to verify that
dnl AM_PROG_LIBTOOL is being used. This code must occur after
dnl NEWLIB_CONFIGURE.
dnl LT_INIT is being used. This must be added after dnl the call to
dnl NEWLIB_CONFIGURE.
_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])

View File

@ -11,13 +11,13 @@ NEWLIB_CONFIGURE(../../..)
dnl We have to add the following lines because automake detects the
dnl references to libtool libraries from aclocal and tries to verify that
dnl AM_PROG_LIBTOOL is being used. This code must occur after
dnl NEWLIB_CONFIGURE.
dnl LT_INIT is being used. This must be added after dnl the call to
dnl NEWLIB_CONFIGURE.
_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])