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                              [EMAIL PROTECTED]
Information Technology Services         (701) 231-1076 (Voice)
Room 242-J6, IACC Building              (701) 231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164



_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to