|
Lines 1-14
Link Here
|
| 1 |
--- ltmain.sh.orig Sun Dec 19 23:35:06 2004 |
1 |
--- ltmain.sh.orig 2008-10-26 21:41:32.000000000 -0500 |
| 2 |
+++ ltmain.sh Sun Dec 19 23:35:19 2004 |
2 |
+++ ltmain.sh 2009-01-20 22:42:18.000000000 -0500 |
| 3 |
@@ -4280,10 +4280,12 @@ |
3 |
@@ -2077,10 +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 |
+ if /usr/bin/false ; then |
7 |
+ if /usr/bin/false ; then |
| 8 |
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` |
8 |
func_basename "$file" |
|
|
9 |
name="$func_basename_result" |
| 9 |
instname="$dir/$name"i |
10 |
instname="$dir/$name"i |
| 10 |
$show "$install_prog $instname $destdir/$name" |
11 |
func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' |
| 11 |
$run eval "$install_prog $instname $destdir/$name" || exit $? |
|
|
| 12 |
+ fi |
12 |
+ fi |
| 13 |
|
13 |
|
| 14 |
# Maybe install the static library, too. |
14 |
# Maybe install the static library, too. |