summaryrefslogtreecommitdiff
blob: afaefbcb2cade8670df0ee7618d5a5cbeebc9c4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
diff -urN shout-0.8.0/Makefile.in shout-0.8.0-modified/Makefile.in
--- shout-0.8.0/Makefile.in	Thu Apr 20 02:31:50 2000
+++ shout-0.8.0-modified/Makefile.in	Tue Jul 23 19:14:36 2002
@@ -9,11 +9,11 @@
 srcdir = @srcdir@
 VPATH = @srcdir@
 
-prefix = @prefix@/icecast
-exec_prefix = @prefix@
-bindir = @BINDIR@
-etcdir = @ETCDIR@
-logdir = @LOGDIR@
+prefix = /usr
+exec_prefix = /usr
+bindir = /usr/bin
+etcdir = /etc/shout
+logdir = /var/log/shout
 
 DEFS = -I. @DEFS@

--- shout-0.8.0/configure	2000-04-20 09:41:45.000000000 +0200
+++ shout-0.8.0/configure	2004-07-17 17:17:40.000000000 +0200
@@ -532,20 +532,10 @@
         prefix=$prefix
 fi
 
-if test "x$enable_fsstd" = "xyes"; then
         echo "FSSTD ENABLED"
         BINDIR="/usr/bin"
-        ETCDIR="/etc/icecast"
-        LOGDIR="/var/log/icecast"
-else
-        echo "FSSTD DISABLED"
-        BINDIR="${prefix}/icecast/bin"
-        ETCDIR="${prefix}/icecast/etc"
-        LOGDIR="${prefix}/icecast/log"
-fi
-
-
-
+        ETCDIR="/etc/shout"
+        LOGDIR="/var/log/shout"
 
 # Extract the first word of "gcc", so it can be a program name with args.
 set dummy gcc; ac_word=$2