Lines 1-15
Link Here
|
1 |
--- ltmain.sh.orig Sat Oct 3 22:08:22 1998 |
|
|
2 |
+++ ltmain.sh Sat Oct 3 22:09:00 1998 |
3 |
@@ -964,7 +964,11 @@ |
4 |
sunos) |
5 |
version_vars="$version_vars major versuffix" |
6 |
major="$current" |
7 |
- versuffix="$current.$revision" |
8 |
+ if [ -x /usr/bin/objformat -a `objformat` = "elf" ]; then |
9 |
+ versuffix="$current" |
10 |
+ else |
11 |
+ versuffix="$current.$revision" |
12 |
+ fi |
13 |
;; |
14 |
|
15 |
*) |