libtool
[Top][All Lists]
Advanced

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

Re: libtool 1.4.2 on Darwin


From: Tim Mooney
Subject: Re: libtool 1.4.2 on Darwin
Date: Tue, 8 Oct 2002 16:57:30 -0500 (CDT)

In regard to: Re: libtool 1.4.2 on Darwin, Christoph Egger said (at 11:26pm...:

>Ok, here we come: I just did 2)
>The fix is replacing this line
>
>archive_cmds='$nonopt $(test "x$module" = xyes && echo -bundle ||
>echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs
>$deplibs$linker_flags -install_name $rpath/$soname $verstring'
>
>by this one:
>
>archive_cmds='$nonopt $(test .$module = .yes && echo -bundle || echo
>-dynamiclib) $allow_undefined_flag -o $lib $
>libobjs $deplibs$linker_flags $(test .$module = .yes || echo -install_name
>$rpath/$soname) $verstring'

I can understand the change for quotes, but why the change from x$module
and xyes to .$module and .yes?  Is that really necessary?  What about
other parts of libtool that use x$var = x<foo>.  If possible, keeping it
consistent would be best.

Tim
-- 
Tim Mooney                              address@hidden
Information Technology Services         (701) 231-1076 (Voice)
Room 242-J6, IACC Building              (701) 231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164





reply via email to

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