configure: pass -Wno-portability to automake to suppress warnings
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 19 May 2009 16:12:41 +0000 (17:12 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 19 May 2009 16:16:02 +0000 (17:16 +0100)
GNU make is required, no point pretending otherwise.

configure.ac

index 580c00ae7523921ee5ccb1aff49a5e75fdfbbe27..0959fb978fc3328d78394729b6a31cd2493c2d7c 100644 (file)
@@ -8,8 +8,8 @@ AC_INIT(GStreamer, 0.10.23.1,
     gstreamer)
 AG_GST_INIT
 
-dnl initialize automake
-AM_INIT_AUTOMAKE
+dnl initialize automake (we require GNU make)
+AM_INIT_AUTOMAKE([-Wno-portability])
 
 dnl define PACKAGE_VERSION_* variables
 AS_VERSION