777e3e2d77
A universal digital camera picture control tool PR: 46596 Submitted by: Ports Fury
23 lines
640 B
Bash
23 lines
640 B
Bash
--- libgphoto2_port/ltmain.sh.orig Tue Jun 25 21:56:37 2002
|
|
+++ libgphoto2_port/ltmain.sh Tue Jul 2 02:34:54 2002
|
|
@@ -967,6 +967,7 @@
|
|
;;
|
|
|
|
-avoid-version)
|
|
+ build_old_libs=no
|
|
avoid_version=yes
|
|
continue
|
|
;;
|
|
@@ -4273,10 +4274,12 @@
|
|
fi
|
|
|
|
# Install the pseudo-library for information purposes.
|
|
+ if /usr/bin/false; then
|
|
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
|
|
instname="$dir/$name"i
|
|
$show "$install_prog $instname $destdir/$name"
|
|
$run eval "$install_prog $instname $destdir/$name" || exit $?
|
|
+ fi
|
|
|
|
# Maybe install the static library, too.
|
|
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
|