SOURCES: libtool-crossw32.patch - AC_CANONICAL_HOST is needed befo...

qboosh qboosh at pld-linux.org
Tue Mar 25 20:21:30 CET 2008


Author: qboosh                       Date: Tue Mar 25 19:21:30 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- AC_CANONICAL_HOST is needed before configuring win32-dll tools, in order to recognize w32 import libraries

---- Files affected:
SOURCES:
   libtool-crossw32.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/libtool-crossw32.patch
diff -u SOURCES/libtool-crossw32.patch:1.1 SOURCES/libtool-crossw32.patch:1.2
--- SOURCES/libtool-crossw32.patch:1.1	Tue Mar 11 23:02:11 2008
+++ SOURCES/libtool-crossw32.patch	Tue Mar 25 20:21:25 2008
@@ -12,3 +12,15 @@
  	    }
  	  ;;
  	  * )
+--- libtool-2.2/libltdl/m4/ltoptions.m4.orig	2008-03-23 01:28:04.055579000 +0100
++++ libtool-2.2/libltdl/m4/ltoptions.m4	2008-03-25 19:45:33.463430333 +0100
+@@ -143,7 +143,8 @@
+ ])# win32-dll
+ 
+ AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
+-[_LT_SET_OPTION([LT_INIT], [win32-dll])
++[AC_REQUIRE([AC_CANONICAL_HOST])dnl
++_LT_SET_OPTION([LT_INIT], [win32-dll])
+ AC_DIAGNOSE([obsolete],
+ [$0: Remove this warning and the call to _LT_SET_OPTION when you
+ put the `win32-dll' option into LT_INIT's first parameter.])
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/libtool-crossw32.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list