View difference between Paste ID: GmgtBaGy and kGtQTqkc
SHOW: | | - or go back to the newest paste.
1
diff -aur libgpod/configure.ac libgpod-build/configure.ac
2
--- libgpod/configure.ac	2012-11-05 02:29:03.520962850 +0100
3
+++ libgpod-build/configure.ac	2012-11-05 02:30:56.657645004 +0100
4
@@ -3,6 +6,6 @@
5
 AC_CONFIG_SRCDIR([configure.ac])
6
 AC_CONFIG_MACRO_DIR([m4])
7
8
-AM_CONFIG_HEADER([config.h])
9
+AC_CONFIG_HEADERS([config.h])
10
11
 dnl libtool versioning
12
@@ -343,7 +343,6 @@
13
 	-Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes \
14
 	-Wnested-externs -Wpointer-arith \
15
 	-Wcast-align -Wsign-compare \
16
-	-Werror \
17
 	$CFLAGS"
18
 
19
 	for option in -Wno-strict-aliasing -Wno-sign-compare -Wdeclaration-after-statement; do
20
diff -aur libgpod/gnome-autogen.sh libgpod-build/gnome-autogen.sh
21
--- libgpod/gnome-autogen.sh	2012-11-05 02:29:03.520962850 +0100
22
+++ libgpod-build/gnome-autogen.sh	2012-11-05 02:33:27.137667650 +0100
23
@@ -315,14 +315,14 @@
24
 AUTOHEADER=`echo $AUTOCONF | sed s/autoconf/autoheader/`
25
 
26
 case $REQUIRED_AUTOMAKE_VERSION in
27
-    1.4*) automake_progs="automake-1.4" ;;
28
-    1.5*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 automake-1.5" ;;
29
-    1.6*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6" ;;
30
-    1.7*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;;
31
-    1.8*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8" ;;
32
-    1.9*) automake_progs="automake-1.11 automake-1.10 automake-1.9" ;;
33
-    1.10*) automake_progs="automake-1.11 automake-1.10" ;;
34
-    1.11*) automake_progs="automake-1.11" ;;
35
+    1.5*) automake_progs="automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 automake-1.5" ;;
36
+    1.6*) automake_progs="automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6" ;;
37
+    1.7*) automake_progs="automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;;
38
+    1.8*) automake_progs="automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8" ;;
39
+    1.9*) automake_progs="automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9" ;;
40
+    1.10*) automake_progs="automake-1.13 automake-1.12 automake-1.11 automake-1.10" ;;
41
+    1.11*) automake_progs="automake-1.13 automake-1.12 automake-1.11" ;;
42
+    1.12*) automake_progs="automake-1.13 automake-1.12" ;;
43
 esac
44
 version_check automake AUTOMAKE "$automake_progs" $REQUIRED_AUTOMAKE_VERSION \
45
     "http://ftp.gnu.org/pub/gnu/automake/automake-$REQUIRED_AUTOMAKE_VERSION.tar.gz"