From fac0992929a6d8a081d6e6427de85eb2d76520cb Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Fri, 22 May 2009 01:12:35 +0100 Subject: 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. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index b08d04f5..51735704 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 -- cgit