mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-03 13:27:28 -08:00
Bug: https://bugs.gentoo.org/870004 Bug: https://bugs.gentoo.org/875167 Bug: https://bugs.gentoo.org/893406 Closes: https://bugs.gentoo.org/811765 Signed-off-by: Sam James <sam@gentoo.org>
17 lines
517 B
Diff
17 lines
517 B
Diff
generate a local copy of libtool for use in compiling
|
|
|
|
https://bugs.gentoo.org/374355
|
|
--- a/configure.in
|
|
+++ b/configure.in
|
|
@@ -268,9 +268,7 @@ case $host in
|
|
fi
|
|
else
|
|
dnl libtoolize requires that the following not be indented
|
|
- dnl should become LT_INIT(win32-dll)
|
|
-AC_LIBTOOL_WIN32_DLL
|
|
-AC_PROG_LIBTOOL
|
|
+LT_INIT(win32-dll)
|
|
# get libtool's setting of shlibpath_var
|
|
if test "x$shlibpath_var" = "x"; then
|
|
eval `grep "^shlibpath_var=[[A-Z_]]*$" $apr_builddir/libtool`
|