*** ltmain.sh.0	Fri Oct 23 16:28:34 1998
--- ltmain.sh	Tue Mar 16 13:03:32 1999
***************
*** 967,972 ****
--- 967,984 ----
          versuffix="$current.$revision"
          ;;
  
+       freebsd-aout)
+         version_vars="$version_vars major versuffix"
+         major="$current"
+         versuffix="$current.$revision";
+         ;;
+ 
+       freebsd-elf)
+         version_vars="$version_vars major versuffix"
+         major="$current"
+         versuffix="$current";
+         ;;
+ 
        *)
          $echo "$modename: unknown library version type \`$version_type'" 1>&2
          echo "Fatal configuration error.  See the $PACKAGE docs for more information." 1>&2
