libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: another _LT_TRY_DLOPEN_SELF fix


From: Ralf Wildenhues
Subject: FYI: another _LT_TRY_DLOPEN_SELF fix
Date: Sun, 6 Nov 2005 14:02:36 +0100
User-agent: Mutt/1.5.9i

Applied to HEAD and branch-1-5.

Cheers,
Ralf

HEAD:
        * libltdl/m4/libtool.m4 (_LT_TRY_DLOPEN_SELF): lt_unknown is
        lt_dlunknown.


Index: libltdl/m4/libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/m4/libtool.m4,v
retrieving revision 1.34
diff -u -r1.34 libtool.m4
--- libltdl/m4/libtool.m4       6 Nov 2005 12:35:28 -0000       1.34
+++ libltdl/m4/libtool.m4       6 Nov 2005 12:57:26 -0000
@@ -1544,7 +1544,7 @@
     case x$lt_status in
       x$lt_dlno_uscore) $1 ;;
       x$lt_dlneed_uscore) $2 ;;
-      x$lt_unknown|x*) $3 ;;
+      x$lt_dlunknown|x*) $3 ;;
     esac
   else :
     # compilation failed


branch-1-5:
        * libtool.m4 (_LT_AC_TRY_DLOPEN_SELF): lt_unknown is
        lt_dlunknown.

Index: libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/Attic/libtool.m4,v
retrieving revision 1.314.2.122
diff -u -r1.314.2.122 libtool.m4
--- libtool.m4  6 Nov 2005 12:36:07 -0000       1.314.2.122
+++ libtool.m4  6 Nov 2005 12:58:30 -0000
@@ -882,7 +882,7 @@
     case x$lt_status in
       x$lt_dlno_uscore) $1 ;;
       x$lt_dlneed_uscore) $2 ;;
-      x$lt_unknown|x*) $3 ;;
+      x$lt_dlunknown|x*) $3 ;;
     esac
   else :
     # compilation failed




reply via email to

[Prev in Thread] Current Thread [Next in Thread]