autotools: move -Wno-portability for automake to configure.ac
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 22 May 2009 08:55:20 +0000 (09:55 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 22 May 2009 08:55:47 +0000 (09:55 +0100)
autogen.sh
configure.ac

index f334a56..61fb4d7 100755 (executable)
@@ -84,7 +84,7 @@ tool_run "$autoheader"
 echo timestamp > stamp-h.in 2> /dev/null
 
 tool_run "$autoconf"
-tool_run "$automake" "-a -c -Wno-portability"
+tool_run "$automake" "-a -c"
 
 # if enable exists, add an -enable option for each of the lines in that file
 if test -f enable; then
index b2d485c..3112582 100644 (file)
@@ -10,7 +10,7 @@ AC_INIT(GStreamer Bad Plug-ins, 0.10.12.1,
 AG_GST_INIT
 
 dnl initialize automake
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([-Wno-portability])
 
 dnl define PACKAGE_VERSION_* variables
 AS_VERSION