View | Details | Raw Unified | Return to bug 195533
Collapse All | Expand All

(-)files/patch-configure (+51 lines)
Line 0 Link Here
1
--- configure	2014-01-22 15:23:47.000000000 -0500
2
+++ configure	2014-11-30 13:05:39.000000000 -0500
3
@@ -2608,48 +2608,4 @@
4
 
5
 
6
-
7
-
8
-
9
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking existing, conflicting JACK installs" >&5
10
-$as_echo_n "checking existing, conflicting JACK installs... " >&6; }
11
-not_overwriting=0
12
-installs=
13
-for dir in /usr/lib /usr/local/lib /opt/lib ; do
14
-    if test -d $dir ; then
15
-	if test $(find $dir/ -name 'libjack.so.*' 2>/dev/null | wc -l) -gt 0 ; then
16
-	    if echo $prefix/lib | grep -vs $dir >/dev/null 2>&1 ; then
17
-		not_overwriting=$(expr $not_overwriting + 1)
18
-	    fi
19
-	    installs="$installs $dir"
20
-	fi
21
-    fi
22
-done
23
-
24
-if test $not_overwriting -gt 0 ; then
25
-    echo
26
-    echo
27
-    echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
28
-    echo "You appear to have at least one existing installation of JACK."
29
-    echo
30
-    echo "Complete or partial JACK installs exist in:$installs"
31
-    echo
32
-    echo "Installing this version will leave at least one of these"
33
-    echo "existing installations installed and this will probably break"
34
-    echo "JACK on your machine. "
35
-    echo
36
-    echo "Before building, you should first remove the existing JACK"
37
-    echo "installation(s). "
38
-    echo
39
-    echo "Alternatively use ./configure --prefix=... to force overwriting"
40
-    echo "the existing install."
41
-    echo
42
-    echo "WARNING: ON ANY DEBIAN-DERIVED DISTRIBUTION (Debian, Ubuntu etc)"
43
-    echo "CHANGING THE INSTALLATION PREFIX WILL NOT PRODUCE A WORKING JACK"
44
-    echo "INSTALL. Please contact the distribution packager for JACK and"
45
-    echo "ask them to fix their packaging."
46
-    echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
47
-    exit 1
48
-fi
49
-
50
 ac_aux_dir=
51
 for ac_dir in config "$srcdir"/config; do

Return to bug 195533