Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 301520
Collapse All | Expand All

(-)ltmain.sh.dist (-6 / +1 lines)
Lines 6225-6231 func_mode_link () Link Here
6225
	    current=$func_arith_result
6225
	    current=$func_arith_result
6226
	    age="$number_minor"
6226
	    age="$number_minor"
6227
	    revision="$number_minor"
6227
	    revision="$number_minor"
6228
	    lt_irix_increment=no
6229
	    ;;
6228
	    ;;
6230
	  esac
6229
	  esac
6231
	  ;;
6230
	  ;;
Lines 6297-6307 func_mode_link () Link Here
6297
	  ;;
6296
	  ;;
6298
6297
6299
	irix | nonstopux)
6298
	irix | nonstopux)
6300
	  if test "X$lt_irix_increment" = "Xno"; then
6299
	  func_arith $current - $age
6301
	    func_arith $current - $age
6302
	  else
6303
	    func_arith $current - $age + 1
6304
	  fi
6305
	  major=$func_arith_result
6300
	  major=$func_arith_result
6306
6301
6307
	  case $version_type in
6302
	  case $version_type in

Return to bug 301520