|
Lines 1-15
Link Here
|
| 1 |
--- ltmain.sh.orig Fri Sep 22 15:15:14 2006 |
1 |
--- ltmain.sh.orig 2009-05-25 07:33:24.000000000 +0300 |
| 2 |
+++ ltmain.sh Fri Sep 22 15:15:24 2006 |
2 |
+++ ltmain.sh 2009-09-08 01:58:54.000000000 +0300 |
| 3 |
@@ -6003,10 +6003,12 @@ |
3 |
@@ -2077,10 +2077,10 @@ |
| 4 |
fi |
4 |
fi |
| 5 |
|
5 |
|
| 6 |
# Install the pseudo-library for information purposes. |
6 |
# Install the pseudo-library for information purposes. |
| 7 |
+ if /usr/bin/false ; then |
7 |
- func_basename "$file" |
| 8 |
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` |
8 |
- name="$func_basename_result" |
| 9 |
instname="$dir/$name"i |
9 |
- instname="$dir/$name"i |
| 10 |
$show "$install_prog $instname $destdir/$name" |
10 |
- func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' |
| 11 |
$run eval "$install_prog $instname $destdir/$name" || exit $? |
11 |
+# func_basename "$file" |
| 12 |
+ fi |
12 |
+# name="$func_basename_result" |
|
|
13 |
+# instname="$dir/$name"i |
| 14 |
+# func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' |
| 13 |
|
15 |
|
| 14 |
# Maybe install the static library, too. |
16 |
# Maybe install the static library, too. |
| 15 |
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |
17 |
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |