Lines 1-15
Link Here
|
1 |
--- ltmain.sh.orig Sun Oct 19 17:38:52 2003 |
|
|
2 |
+++ ltmain.sh Sun Oct 19 17:39:29 2003 |
3 |
@@ -4325,10 +4325,12 @@ |
4 |
fi |
5 |
|
6 |
# Install the pseudo-library for information purposes. |
7 |
+ if /usr/bin/false ; then |
8 |
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` |
9 |
instname="$dir/$name"i |
10 |
$show "$install_prog $instname $destdir/$name" |
11 |
$run eval "$install_prog $instname $destdir/$name" || exit $? |
12 |
+ fi |
13 |
|
14 |
# Maybe install the static library, too. |
15 |
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |