autogen: remove -Wno-portability from here
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 20 May 2009 16:30:23 +0000 (17:30 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 9 Jun 2009 14:34:00 +0000 (15:34 +0100)
as it is in configure.ac now.

autogen.sh

index 5df2507..ceb69c1 100755 (executable)
@@ -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