autogen: move the -Wno-portability for automake into configure.ac
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 22 May 2009 18:26:27 +0000 (19:26 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 30 May 2009 12:08:14 +0000 (13:08 +0100)
autogen.sh
configure.ac

index f46830436d88c7e17bd96aa864eb21675e3afaec..ebf2f2ad7bbf3774d866e45e7e3eaabeba999bb6 100755 (executable)
@@ -85,7 +85,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 4c8255c84008c8990fd05e847e114ef19623e632..7dc8295781256e13051375b9c78c47eb0312dc21 100644 (file)
@@ -12,7 +12,7 @@ AC_INIT(GStreamer Ugly Plug-ins, 0.10.11.1,
 AG_GST_INIT
 
 dnl initialize automake
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([-Wno-portability])
 
 dnl define PACKAGE_VERSION_* variables
 AS_VERSION