diff -Naur libbonoboui-2.0.3.old/configure libbonoboui-2.0.3.new/configure --- libbonoboui-2.0.3.old/configure Sat Aug 31 00:37:30 2002 +++ libbonoboui-2.0.3.new/configure Mon Sep 16 22:46:13 2002 @@ -5251,7 +5251,7 @@ # FIXME: Relying on posixy $() will cause problems for # cross-compilation, but unfortunately the echo tests do not # yet detect zsh echo's removal of \ escapes. - 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' + archive_cmds='$nonopt $(test x$module = xyes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags $(test .$module != .yes && echo -install_name $rpath/$soname $tmp_verstring)' # We need to add '_' to the symbols in $export_symbols first #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols' hardcode_direct=yes diff -Naur libbonoboui-2.0.3.old/ltmain.sh libbonoboui-2.0.3.new/ltmain.sh --- libbonoboui-2.0.3.old/ltmain.sh Sat Aug 31 00:37:06 2002 +++ libbonoboui-2.0.3.new/ltmain.sh Mon Sep 16 22:46:13 2002 @@ -2924,6 +2924,11 @@ if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then eval cmds=\"$archive_expsym_cmds\" else + if test "x$verstring" = "x0.0"; then + tmp_verstring= + else + tmp_verstring="$verstring" + fi eval cmds=\"$archive_cmds\" fi save_ifs="$IFS"; IFS='~' @@ -3978,10 +3983,10 @@ # Directory that this library needs to be installed in: libdir='$install_libdir'" - if test "$installed" = no && test $need_relink = yes; then - $echo >> $output "\ -relink_command=\"$relink_command\"" - fi +# if test "$installed" = no && test $need_relink = yes; then +# $echo >> $output "\ +#relink_command=\"$relink_command\"" +# fi done fi