libtool-patches
[Top][All Lists]
Advanced

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

Patch-ping: 5 days without reply (Was: Re: [libtool-patches] single line


From: Dalibor Topic
Subject: Patch-ping: 5 days without reply (Was: Re: [libtool-patches] single line fix for amigaos pdksh)
Date: Wed, 30 Jul 2003 23:14:20 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.4) Gecko/20030624

Hi,

I'm doing a round of begging and asking for someone to take a look at the patch and check it in. It's just a single line and it works in the field ;)

cheers,
dalibor topic

Dalibor Topic wrote:
Hi all,

attached you'll find a simple single line patch, that removes some parantheses which let libtool.m4 fail on amigaos with pdksh.

the patch has been in use in kaffe for more than a month, and hasn't caused any problems. It should be applied against libtool.m4, despite that it is applied against libltdl/acinclude.m4 in kaffe.org tree. You can find more information on this patch here: http://www.kaffe.org/pipermail/kaffe/2003-May/042387.html

ChangeLog entry

2003-07-23  Tony Wyatt <address@hidden>
* libtool.m4: Remove parentheses around finish_eval part which broke on amigaos pdksh.

cheers,
dalibor topic


------------------------------------------------------------------------

More info on this patch:

  http://www.kaffe.org/pipermail/kaffe/2003-May/042387.html

This should be merged upstream to libtool.


--- libltdl/acinclude.m4.jim    2003-06-06 17:00:01.000000000 -0700
+++ libltdl/acinclude.m4        2003-06-06 17:01:38.000000000 -0700
@@ -1170,7 +1170,7 @@
 amigaos*)
   library_names_spec='$libname.ixlibrary $libname.a'
   # Create ${libname}_ixlibrary.a entries in /sys/libs.
-  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e 
'\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs 
&& $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || 
exit 1; done'
+  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e 
'\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs 
&& $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 
1; done'
   ;;
beos*)


------------------------------------------------------------------------

_______________________________________________
Libtool-patches mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/libtool-patches






reply via email to

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