Lines 1-15
Link Here
|
1 |
--- build-aux/ltmain.sh.orig 2007-12-29 12:41:13.000000000 +0100 |
|
|
2 |
+++ build-aux/ltmain.sh 2008-05-28 16:41:23.818197162 +0200 |
3 |
@@ -6058,10 +6058,12 @@ |
4 |
fi |
5 |
|
6 |
# Install the pseudo-library for information purposes. |
7 |
+ if 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" |