Hi Tim,

* Tim Rice wrote on Tue, May 30, 2006 at 04:36:45AM CEST:
> 
> Here is a small patch for the 1.5 branch that got missed in all
> the SCO changes a while back.  HEAD is OK.
> 
> I makes the C++ and C sections match.

Thanks!  Applied.

Cheers,
Ralf

2006-06-01  Tim Rice  <[EMAIL PROTECTED]>

        * libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [ sco3.2v5.0.[024]* ]:
        Add missing case entry for these systems.

> --- libtool-1.5/libtool.m4.old        2006-05-29 19:26:34.730720000 -0700
> +++ libtool-1.5/libtool.m4    2006-05-29 19:29:33.405760087 -0700
> @@ -6239,7 +6239,7 @@
>        fi
>        ;;
>  
> -    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7*)
> +    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* 
> | sco3.2v5.0.[[024]]*)
>        _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
>        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
>        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no


Reply via email to