diff -u libtool-1.3.5-org/ltconfig libtool-1.3.5/ltconfig --- libtool-1.3.5-org/ltconfig Sat May 27 13:15:00 2000 +++ libtool-1.3.5/ltconfig Thu Oct 26 15:25:54 2000 @@ -1382,9 +1382,9 @@ irix5* | irix6*) if test "$with_gcc" = yes; then - archive_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' + archive_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname ${wl}$soname ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' else - archive_cmds='$LD -shared $libobjs $deplibs $linkopts -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' + archive_cmds='$LD -shared $libobjs $deplibs $linkopts -soname $soname -update_registry ${objdir}/so_locations -o $lib' fi hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: diff -u libtool-1.3.5-org/ltconfig.in libtool-1.3.5/ltconfig.in --- libtool-1.3.5-org/ltconfig.in Sat May 27 03:58:57 2000 +++ libtool-1.3.5/ltconfig.in Thu Oct 26 14:17:47 2000 @@ -1382,9 +1382,9 @@ irix5* | irix6*) if test "$with_gcc" = yes; then - archive_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' + archive_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname ${wl}$soname ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' else - archive_cmds='$LD -shared $libobjs $deplibs $linkopts -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' + archive_cmds='$LD -shared $libobjs $deplibs $linkopts -soname $soname -update_registry ${objdir}/so_locations -o $lib' fi hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: diff -u libtool-1.3.5-org/ltmain.in libtool-1.3.5/ltmain.in --- libtool-1.3.5-org/ltmain.in Sat May 27 03:53:15 2000 +++ libtool-1.3.5/ltmain.in Thu Oct 26 15:31:34 2000 @@ -1698,15 +1698,6 @@ irix) major=`expr $current - $age + 1` versuffix="$major.$revision" - verstring="sgi$major.$revision" - - # Add in all the interfaces that we are compatible with. - loop=$revision - while test $loop != 0; do - iface=`expr $revision - $loop` - loop=`expr $loop - 1` - verstring="sgi$major.$iface:$verstring" - done ;; linux) diff -u libtool-1.3.5-org/ltmain.sh libtool-1.3.5/ltmain.sh --- libtool-1.3.5-org/ltmain.sh Sat May 27 13:15:01 2000 +++ libtool-1.3.5/ltmain.sh Thu Oct 26 15:45:13 2000 @@ -1698,15 +1698,6 @@ irix) major=`expr $current - $age + 1` versuffix="$major.$revision" - verstring="sgi$major.$revision" - - # Add in all the interfaces that we are compatible with. - loop=$revision - while test $loop != 0; do - iface=`expr $revision - $loop` - loop=`expr $loop - 1` - verstring="sgi$major.$iface:$verstring" - done ;; linux)