diff -Naur libgtkhtml-2.0.3.old/configure libgtkhtml-2.0.3.new/configure --- libgtkhtml-2.0.3.old/configure Tue Nov 19 07:05:25 2002 +++ libgtkhtml-2.0.3.new/configure Sat Jan 18 21:55:32 2003 @@ -5125,7 +5125,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 libgtkhtml-2.0.3.old/ltmain.sh libgtkhtml-2.0.3.new/ltmain.sh --- libgtkhtml-2.0.3.old/ltmain.sh Tue Aug 20 10:13:37 2002 +++ libgtkhtml-2.0.3.new/ltmain.sh Sat Jan 18 21:55:32 2003 @@ -2952,7 +2952,23 @@ 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 + save_deplibs="$deplibs" + for conv in $convenience; do + tmp_deplibs= + for test_deplib in $deplibs; do + if test "$test_deplib" != "$conv"; then + tmp_deplibs="$tmp_deplibs $test_deplib" + fi + done + deplibs="$tmp_deplibs" + done eval cmds=\"$archive_cmds\" + deplibs="$save_deplibs" fi save_ifs="$IFS"; IFS='~' for cmd in $cmds; do