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:
parent
71086e8b2d
commit
fe591ba3f7
|
@ -279,7 +279,7 @@ _LT_PROG_ECHO_BACKSLASH
|
||||||
AC_PROG_AWK
|
AC_PROG_AWK
|
||||||
if test "${use_libtool}" = "yes"; then
|
if test "${use_libtool}" = "yes"; then
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL
|
||||||
AM_PROG_LIBTOOL
|
LT_INIT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl The following is being disabled because the mathfp library is
|
dnl The following is being disabled because the mathfp library is
|
||||||
|
|
|
@ -16,7 +16,7 @@ _LT_DECL_SED
|
||||||
_LT_PROG_ECHO_BACKSLASH
|
_LT_PROG_ECHO_BACKSLASH
|
||||||
if test "${use_libtool}" = "yes"; then
|
if test "${use_libtool}" = "yes"; then
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL
|
||||||
AM_PROG_LIBTOOL
|
LT_INIT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
|
|
|
@ -56,7 +56,7 @@ _LT_DECL_SED
|
||||||
_LT_PROG_ECHO_BACKSLASH
|
_LT_PROG_ECHO_BACKSLASH
|
||||||
if test "${use_libtool}" = "yes"; then
|
if test "${use_libtool}" = "yes"; then
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL
|
||||||
AM_PROG_LIBTOOL
|
LT_INIT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_CONFIG_SUBDIRS(machine sys)
|
AC_CONFIG_SUBDIRS(machine sys)
|
||||||
|
|
|
@ -11,13 +11,13 @@ NEWLIB_CONFIGURE(../..)
|
||||||
|
|
||||||
dnl We have to add the following lines because automake detects the
|
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 references to libtool libraries from aclocal and tries to verify that
|
||||||
dnl AM_PROG_LIBTOOL is being used. This must be added after
|
dnl LT_INIT is being used. This must be added after dnl the call to
|
||||||
dnl the call to NEWLIB_CONFIGURE.
|
dnl NEWLIB_CONFIGURE.
|
||||||
_LT_DECL_SED
|
_LT_DECL_SED
|
||||||
_LT_PROG_ECHO_BACKSLASH
|
_LT_PROG_ECHO_BACKSLASH
|
||||||
if test "${use_libtool}" = "yes"; then
|
if test "${use_libtool}" = "yes"; then
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL
|
||||||
AM_PROG_LIBTOOL
|
LT_INIT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -n "${machine_dir}"; then
|
if test -n "${machine_dir}"; then
|
||||||
|
|
|
@ -11,13 +11,13 @@ NEWLIB_CONFIGURE(../../..)
|
||||||
|
|
||||||
dnl We have to add the following lines because automake detects the
|
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 references to libtool libraries from aclocal and tries to verify that
|
||||||
dnl AM_PROG_LIBTOOL is being used. This code must occur after
|
dnl LT_INIT is being used. This must be added after dnl the call to
|
||||||
dnl NEWLIB_CONFIGURE.
|
dnl NEWLIB_CONFIGURE.
|
||||||
_LT_DECL_SED
|
_LT_DECL_SED
|
||||||
_LT_PROG_ECHO_BACKSLASH
|
_LT_PROG_ECHO_BACKSLASH
|
||||||
if test "${use_libtool}" = "yes"; then
|
if test "${use_libtool}" = "yes"; then
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL
|
||||||
AM_PROG_LIBTOOL
|
LT_INIT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AM_CONDITIONAL(MACH_ADD_SETJMP, test "x$mach_add_setjmp" = 'xtrue')
|
AM_CONDITIONAL(MACH_ADD_SETJMP, test "x$mach_add_setjmp" = 'xtrue')
|
||||||
|
|
|
@ -16,7 +16,7 @@ _LT_DECL_SED
|
||||||
_LT_PROG_ECHO_BACKSLASH
|
_LT_PROG_ECHO_BACKSLASH
|
||||||
if test "${use_libtool}" = "yes"; then
|
if test "${use_libtool}" = "yes"; then
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL
|
||||||
AM_PROG_LIBTOOL
|
LT_INIT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -n "${sys_dir}"; then
|
if test -n "${sys_dir}"; then
|
||||||
|
|
|
@ -17,7 +17,7 @@ _LT_PROG_ECHO_BACKSLASH
|
||||||
AC_PROG_AWK
|
AC_PROG_AWK
|
||||||
if test "${use_libtool}" = "yes"; then
|
if test "${use_libtool}" = "yes"; then
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL
|
||||||
AM_PROG_LIBTOOL
|
LT_INIT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_CONFIG_SUBDIRS(machine)
|
AC_CONFIG_SUBDIRS(machine)
|
||||||
|
|
|
@ -17,7 +17,7 @@ _LT_PROG_ECHO_BACKSLASH
|
||||||
AC_PROG_AWK
|
AC_PROG_AWK
|
||||||
if test "${use_libtool}" = "yes"; then
|
if test "${use_libtool}" = "yes"; then
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL
|
||||||
AM_PROG_LIBTOOL
|
LT_INIT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -n "${machine_dir}"; then
|
if test -n "${machine_dir}"; then
|
||||||
|
|
|
@ -16,7 +16,7 @@ _LT_DECL_SED
|
||||||
_LT_PROG_ECHO_BACKSLASH
|
_LT_PROG_ECHO_BACKSLASH
|
||||||
if test "${use_libtool}" = "yes"; then
|
if test "${use_libtool}" = "yes"; then
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL
|
||||||
AM_PROG_LIBTOOL
|
LT_INIT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -n "${machine_dir}"; then
|
if test -n "${machine_dir}"; then
|
||||||
|
|
|
@ -17,7 +17,7 @@ _LT_PROG_ECHO_BACKSLASH
|
||||||
AC_PROG_AWK
|
AC_PROG_AWK
|
||||||
if test "${use_libtool}" = "yes"; then
|
if test "${use_libtool}" = "yes"; then
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL
|
||||||
AM_PROG_LIBTOOL
|
LT_INIT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
|
|
|
@ -16,7 +16,7 @@ _LT_DECL_SED
|
||||||
_LT_PROG_ECHO_BACKSLASH
|
_LT_PROG_ECHO_BACKSLASH
|
||||||
if test "${use_libtool}" = "yes"; then
|
if test "${use_libtool}" = "yes"; then
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL
|
||||||
AM_PROG_LIBTOOL
|
LT_INIT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -n "${machine_dir}"; then
|
if test -n "${machine_dir}"; then
|
||||||
|
|
|
@ -17,7 +17,7 @@ _LT_PROG_ECHO_BACKSLASH
|
||||||
AC_PROG_AWK
|
AC_PROG_AWK
|
||||||
if test "${use_libtool}" = "yes"; then
|
if test "${use_libtool}" = "yes"; then
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL
|
||||||
AM_PROG_LIBTOOL
|
LT_INIT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
|
|
|
@ -45,7 +45,7 @@ _LT_DECL_SED
|
||||||
_LT_PROG_ECHO_BACKSLASH
|
_LT_PROG_ECHO_BACKSLASH
|
||||||
if test "${use_libtool}" = "yes"; then
|
if test "${use_libtool}" = "yes"; then
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL
|
||||||
AM_PROG_LIBTOOL
|
LT_INIT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_CONFIG_SUBDIRS(machine)
|
AC_CONFIG_SUBDIRS(machine)
|
||||||
|
|
|
@ -11,13 +11,13 @@ NEWLIB_CONFIGURE(../..)
|
||||||
|
|
||||||
dnl We have to add the following lines because automake detects the
|
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 references to libtool libraries from aclocal and tries to verify that
|
||||||
dnl AM_PROG_LIBTOOL is being used. This must be added after
|
dnl LT_INIT is being used. This must be added after dnl the call to
|
||||||
dnl the call to NEWLIB_CONFIGURE.
|
dnl NEWLIB_CONFIGURE.
|
||||||
_LT_DECL_SED
|
_LT_DECL_SED
|
||||||
_LT_PROG_ECHO_BACKSLASH
|
_LT_PROG_ECHO_BACKSLASH
|
||||||
if test "${use_libtool}" = "yes"; then
|
if test "${use_libtool}" = "yes"; then
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL
|
||||||
AM_PROG_LIBTOOL
|
LT_INIT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
machlib=
|
machlib=
|
||||||
|
|
|
@ -11,13 +11,13 @@ NEWLIB_CONFIGURE(../../..)
|
||||||
|
|
||||||
dnl We have to add the following lines because automake detects the
|
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 references to libtool libraries from aclocal and tries to verify that
|
||||||
dnl AM_PROG_LIBTOOL is being used. This code must occur after
|
dnl LT_INIT is being used. This must be added after dnl the call to
|
||||||
dnl NEWLIB_CONFIGURE.
|
dnl NEWLIB_CONFIGURE.
|
||||||
_LT_DECL_SED
|
_LT_DECL_SED
|
||||||
_LT_PROG_ECHO_BACKSLASH
|
_LT_PROG_ECHO_BACKSLASH
|
||||||
if test "${use_libtool}" = "yes"; then
|
if test "${use_libtool}" = "yes"; then
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL
|
||||||
AM_PROG_LIBTOOL
|
LT_INIT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
|
|
|
@ -11,13 +11,13 @@ NEWLIB_CONFIGURE(../../..)
|
||||||
|
|
||||||
dnl We have to add the following lines because automake detects the
|
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 references to libtool libraries from aclocal and tries to verify that
|
||||||
dnl AM_PROG_LIBTOOL is being used. This code must occur after
|
dnl LT_INIT is being used. This must be added after dnl the call to
|
||||||
dnl NEWLIB_CONFIGURE.
|
dnl NEWLIB_CONFIGURE.
|
||||||
_LT_DECL_SED
|
_LT_DECL_SED
|
||||||
_LT_PROG_ECHO_BACKSLASH
|
_LT_PROG_ECHO_BACKSLASH
|
||||||
if test "${use_libtool}" = "yes"; then
|
if test "${use_libtool}" = "yes"; then
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL
|
||||||
AM_PROG_LIBTOOL
|
LT_INIT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
|
|
Loading…
Reference in New Issue