--- ./ltmain.sh Tue Feb 23 21:19:06 1999 +++ ../enlightenment-conf-0.15/./ltmain.sh Wed Apr 14 13:08:18 1999 @@ -1246,6 +1246,20 @@ versuffix="$major.$age.$revision" ;; + irix) + major=`expr $current - $age + 1` + versuffix=".$major" + 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 + ;; + osf) major=`expr $current - $age` versuffix=".$current.$age.$revision" --- ./ltconfig Tue Feb 23 21:19:06 1999 +++ ../enlightenment-conf-0.15/./ltconfig Wed Apr 14 13:07:19 1999 @@ -1640,10 +1640,11 @@ ;; irix6*) - version_type=osf + version_type=irix soname_spec='${libname}${release}.so' library_names_spec='${libname}${release}.so$versuffix $libname.so' shlibpath_var=LD_LIBRARYN32_PATH + check_shared_deplibs_method='pass_all' ;; # No shared lib support for Linux oldld, aout, or coff.