mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
autotools: move the -Wno-portability from autogen.sh to configure.ac
If we're lucky it'll get used on automatic rebuilds as well that way.
This commit is contained in:
parent
5776632762
commit
fac0992929
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -12,7 +12,7 @@ AC_INIT(GStreamer Good Plug-ins, 0.10.15.1,
|
|||
AG_GST_INIT
|
||||
|
||||
dnl initialize automake
|
||||
AM_INIT_AUTOMAKE
|
||||
AM_INIT_AUTOMAKE([-Wno-portability])
|
||||
|
||||
dnl define PACKAGE_VERSION_* variables
|
||||
AS_VERSION
|
||||
|
|
Loading…
Reference in a new issue