From 07055a9297a4eb36ed4472185918af55e6cea7a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 20 May 2009 17:30:23 +0100 Subject: [PATCH 1/1] autogen: remove -Wno-portability from here as it is in configure.ac now. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 5df2507..ceb69c1 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 -- 2.7.4