|
Lines 1-15
Link Here
|
| 1 |
--- ltmain.sh.orig Sun Dec 19 23:35:06 2004 |
1 |
--- ltmain.sh.orig 2008-11-21 17:10:41.000000000 +0800 |
| 2 |
+++ ltmain.sh Sun Dec 19 23:35:19 2004 |
2 |
+++ ltmain.sh 2008-11-21 17:12:07.000000000 +0800 |
| 3 |
@@ -4280,10 +4280,12 @@ |
3 |
@@ -2077,11 +2077,12 @@ |
| 4 |
fi |
4 |
fi |
| 5 |
|
5 |
|
| 6 |
# Install the pseudo-library for information purposes. |
6 |
# Install the pseudo-library for information purposes. |
|
|
7 |
- func_basename "$file" |
| 8 |
- name="$func_basename_result" |
| 9 |
- instname="$dir/$name"i |
| 10 |
- func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' |
| 11 |
- |
| 7 |
+ if /usr/bin/false ; then |
12 |
+ if /usr/bin/false ; then |
| 8 |
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` |
13 |
+ func_basename "$file" |
| 9 |
instname="$dir/$name"i |
14 |
+ name="$func_basename_result" |
| 10 |
$show "$install_prog $instname $destdir/$name" |
15 |
+ instname="$dir/$name"i |
| 11 |
$run eval "$install_prog $instname $destdir/$name" || exit $? |
16 |
+ func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' |
| 12 |
+ fi |
17 |
+ fi |
| 13 |
|
|
|
| 14 |
# Maybe install the static library, too. |
18 |
# Maybe install the static library, too. |
| 15 |
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |
19 |
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |
|
|
20 |
;; |