[PATCH] Add AC_LIBTOOL_WIN32_DLL

4 views
Skip to first unread message

Ilya Leoshkevich

unread,
Nov 21, 2010, 7:10:16 AM11/21/10
to PipLib Development
This would allow to cross-build Win32 DLL for PipLib.

diff --git a/configure.in b/configure.in
index 78021d1..460eb30 100644
--- a/configure.in
+++ b/configure.in
@@ -49,6 +49,7 @@ dnl Configure needs an empty install.sh file with
this, i HATE that...
AC_PROG_INSTALL
AC_CANONICAL_HOST
AC_PROG_LIBTOOL
+AC_LIBTOOL_WIN32_DLL
AC_CHECK_PROG(TEXI2DVI, texi2dvi, texi2dvi, [])
AM_CONDITIONAL(HAVE_TEXI2DVI, test -n "$TEXI2DVI")

Sven Verdoolaege

unread,
Nov 21, 2010, 9:55:33 AM11/21/10
to Ilya Leoshkevich, PipLib Development
On Sun, Nov 21, 2010 at 04:10:16AM -0800, Ilya Leoshkevich wrote:
> This would allow to cross-build Win32 DLL for PipLib.
>
> diff --git a/configure.in b/configure.in
> index 78021d1..460eb30 100644
> --- a/configure.in
> +++ b/configure.in
> @@ -49,6 +49,7 @@ dnl Configure needs an empty install.sh file with
> this, i HATE that...
> AC_PROG_INSTALL
> AC_CANONICAL_HOST
> AC_PROG_LIBTOOL
> +AC_LIBTOOL_WIN32_DLL

Apparently, this macro has been deprecated. and the win32-dll
documentation mentions that you need to actually port
the package first. Have you checked that no changes are needed
and that you can actually use the resulting dll?

Also, are you a new user to piplib? If so, you may want
to consider using a more modern implementation that is
still supported.

skimo

Reply all
Reply to author
Forward
0 new messages