autogen: move the -Wno-portability for automake into configure.ac

This commit is contained in:
Tim-Philipp Müller 2009-05-22 19:26:27 +01:00
parent 81b3c01d04
commit 19c22fa7a2
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -12,7 +12,7 @@ AC_INIT(GStreamer Ugly Plug-ins, 0.10.11.1,
AG_GST_INIT
dnl initialize automake
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([-Wno-portability])
dnl define PACKAGE_VERSION_* variables
AS_VERSION