1 | --- ltmain.sh-orig Sat Jun 1 17:50:56 2002 |
---|
2 | +++ ltmain.sh Tue Jul 2 07:31:38 2002 |
---|
3 | @@ -2894,6 +2894,11 @@ |
---|
4 | if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then |
---|
5 | eval cmds=\"$archive_expsym_cmds\" |
---|
6 | else |
---|
7 | + if test "x$verstring" = "x0.0"; then |
---|
8 | + tmp_verstring= |
---|
9 | + else |
---|
10 | + tmp_verstring="$verstring" |
---|
11 | + fi |
---|
12 | eval cmds=\"$archive_cmds\" |
---|
13 | fi |
---|
14 | save_ifs="$IFS"; IFS='~' |
---|
15 | @@ -3948,10 +3953,10 @@ |
---|
16 | |
---|
17 | # Directory that this library needs to be installed in: |
---|
18 | libdir='$install_libdir'" |
---|
19 | - if test "$installed" = no && test $need_relink = yes; then |
---|
20 | - $echo >> $output "\ |
---|
21 | -relink_command=\"$relink_command\"" |
---|
22 | - fi |
---|
23 | +# if test "$installed" = no && test $need_relink = yes; then |
---|
24 | +# $echo >> $output "\ |
---|
25 | +#relink_command=\"$relink_command\"" |
---|
26 | +# fi |
---|
27 | done |
---|
28 | fi |
---|
29 | |
---|