autotools: move -Wno-portability for automake to configure.ac
This commit is contained in:
parent
e5b1c976c4
commit
9618c43784
@ -84,7 +84,7 @@ tool_run "$autoheader"
|
|||||||
echo timestamp > stamp-h.in 2> /dev/null
|
echo timestamp > stamp-h.in 2> /dev/null
|
||||||
|
|
||||||
tool_run "$autoconf"
|
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 enable exists, add an -enable option for each of the lines in that file
|
||||||
if test -f enable; then
|
if test -f enable; then
|
||||||
|
@ -10,7 +10,7 @@ AC_INIT(GStreamer Bad Plug-ins, 0.10.12.1,
|
|||||||
AG_GST_INIT
|
AG_GST_INIT
|
||||||
|
|
||||||
dnl initialize automake
|
dnl initialize automake
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE([-Wno-portability])
|
||||||
|
|
||||||
dnl define PACKAGE_VERSION_* variables
|
dnl define PACKAGE_VERSION_* variables
|
||||||
AS_VERSION
|
AS_VERSION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user