diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-05-22 09:55:20 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-05-22 09:55:47 +0100 |
commit | 9618c437842818896eb39d2306865ab968adb546 (patch) | |
tree | e61a424282bc391e1bc2d9d08a9b6f78522add8a | |
parent | e5b1c976c4dbbea82d0bc1f0de7c0bf4b6d1705d (diff) | |
download | gst-plugins-bad-9618c437842818896eb39d2306865ab968adb546.tar.gz gst-plugins-bad-9618c437842818896eb39d2306865ab968adb546.tar.bz2 gst-plugins-bad-9618c437842818896eb39d2306865ab968adb546.zip |
autotools: move -Wno-portability for automake to configure.ac
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 diff --git a/configure.ac b/configure.ac index b2d485ca..3112582a 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |