autogen.sh: Add -Wno-portability to the automake parameters to stop warnings about...
[platform/upstream/gst-plugins-base.git] / autogen.sh
index 0fd0382..43cda4e 100755 (executable)
@@ -80,7 +80,7 @@ tool_run "$autoheader"
 echo timestamp > stamp-h.in 2> /dev/null
 
 tool_run "$autoconf"
-tool_run "$automake" "-a -c"
+tool_run "$automake" "-a -c -Wno-portability"
 
 # if enable exists, add an -enable option for each of the lines in that file
 if test -f enable; then