summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-05-22 19:26:27 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-05-30 13:08:14 +0100
commit19c22fa7a20b91718b8c5c7315efb9e8e04ac714 (patch)
treea155a1a81ad874fd77c5870e96c7d7dc7c550ebf
parent81b3c01d0417bf4b7888bab67fb9912ce48e773d (diff)
autogen: move the -Wno-portability for automake into configure.ac
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index f4683043..ebf2f2ad 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -85,7 +85,7 @@ tool_run "$autoheader"
85echo timestamp > stamp-h.in 2> /dev/null 85echo timestamp > stamp-h.in 2> /dev/null
86 86
87tool_run "$autoconf" 87tool_run "$autoconf"
88tool_run "$automake" "-a -c -Wno-portability" 88tool_run "$automake" "-a -c"
89 89
90# if enable exists, add an -enable option for each of the lines in that file 90# if enable exists, add an -enable option for each of the lines in that file
91if test -f enable; then 91if test -f enable; then
diff --git a/configure.ac b/configure.ac
index 4c8255c8..7dc82957 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_INIT(GStreamer Ugly Plug-ins, 0.10.11.1,
12AG_GST_INIT 12AG_GST_INIT
13 13
14dnl initialize automake 14dnl initialize automake
15AM_INIT_AUTOMAKE 15AM_INIT_AUTOMAKE([-Wno-portability])
16 16
17dnl define PACKAGE_VERSION_* variables 17dnl define PACKAGE_VERSION_* variables
18AS_VERSION 18AS_VERSION