$OpenBSD: patch-ltmain_sh,v 1.3 2003/12/14 03:25:19 margarida Exp $ --- ltmain.sh.orig 2003-12-12 21:40:54.000000000 +0000 +++ ltmain.sh 2003-12-12 21:41:48.000000000 +0000 @@ -3056,7 +3056,7 @@ EOF fi # Remove version info from name if versioning should be avoided - if test "$avoid_version" = yes && test "$need_version" = no; then + if test "$avoid_version" = yes; then major= versuffix= verstring=""