bug-libtool
[Top][All Lists]
Advanced

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

Re: libtool-1.5.4: configure fail to set LTDL_SHLIB_EXT


From: Peter O'Gorman
Subject: Re: libtool-1.5.4: configure fail to set LTDL_SHLIB_EXT
Date: Thu, 08 Apr 2004 09:20:26 +0900
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4

Fredrik Estreen wrote:

Hi,

i think there is a bug in the autotools stuff in
libtool-1.5.4. Configure fails to set LTDL_SHLIB_EXT
for libltdl which causes lt_dlopenext() to ignore
native system shlibs when called. Simple patch bellow.

--- libtool-1.5.4.orig/ltdl.m4  2004-04-02 03:46:14.000000000 +0000
+++ libtool-1.5.4.new/ltdl.m4   2004-04-07 22:21:30.000000000 +0000
@@ -207,7 +207,7 @@
   [libltdl_cv_shlibext],
 [
 module=yes
-eval libltdl_cv_shlibext=$shrext
+eval libltdl_cv_shlibext=$shrext_cmds
   ])
 if test -n "$libltdl_cv_shlibext"; then
   AC_DEFINE_UNQUOTED(LTDL_SHLIB_EXT, "$libltdl_cv_shlibext",

Thanks, applied to HEAD and branch-1-5.

Peter
--
Peter O'Gorman - http://www.pogma.com




reply via email to

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